levati
Постоялец
- Регистрация
- 2 Апр 2007
- Сообщения
- 99
- Реакции
- 40
- Автор темы
- #1
Удобная "навеска" для популярного конструктора водпрессовских форм Contact Form 7, которая позволяет скрывать или показывать поля, в зависимости от выбранных элементов формы.
От лайт версии отличается наличием повторителя (добавить/убрать группу полей), возможностью создания многостраничной формы и кучей дополнительных плюшек, позволяющих гибко настроить поведение формы по Ваши нужды.
Доки и примеры:
Contact Form 7 Conditional Fields PRO v.1.7.8
Код активации:
Куплен для себя с обновлениями до конца 2020 года. Будут таковые - дополню.
Contact Form 7 Conditional Fields PRO v.1.8
Contact Form 7 Conditional Fields PRO v.1.8.1
Contact Form 7 Conditional Fields PRO v.1.8.4
Contact Form 7 Conditional Fields PRO v.1.9.8
От лайт версии отличается наличием повторителя (добавить/убрать группу полей), возможностью создания многостраничной формы и кучей дополнительных плюшек, позволяющих гибко настроить поведение формы по Ваши нужды.
Доки и примеры:
Для просмотра скрытого содержимого вы должны войти или зарегистрироваться.
Contact Form 7 Conditional Fields PRO v.1.7.8
Для просмотра скрытого содержимого вы должны войти или зарегистрироваться.
Код активации:
Для просмотра скрытого содержимого вы должны войти или зарегистрироваться.
Куплен для себя с обновлениями до конца 2020 года. Будут таковые - дополню.
Contact Form 7 Conditional Fields PRO v.1.8
Для просмотра скрытого содержимого вы должны войти или зарегистрироваться.
Contact Form 7 Conditional Fields PRO v.1.8.1
Для просмотра скрытого содержимого вы должны войти или зарегистрироваться.
Contact Form 7 Conditional Fields PRO v.1.8.4
= 1.8.4 (2020-03-05) =
* PRO: Multistep: Improve autoscroll behavior (Tried to make it smoother and less annoying)
* PRO: Multistep: Add wpcf7-not-valid class to input fields as needed after step-validation. Removed some other useless classes.
= 1.8.3 (2020-03-01) =
* Fix JS error on submit (reported by [@wasi7186](Для просмотра ссылки Войдиили Зарегистрируйся))
* PRO multistep: On the last step of a multistep form, instead of cloning and hiding the submit button, we now simply move it to the next-step-container. This solves a compatibility issue with a third party recaptcha plugin (and probably some other plugins too)
= 1.8.2 (2020-02-27) =
* Small patch. Add a check in the ajaxComplete event, to make sure xhr.responseJSON is not null or undefined. (this caused a JS error on some websites)
* PRO: Multistep: Improve autoscroll behavior (Tried to make it smoother and less annoying)
* PRO: Multistep: Add wpcf7-not-valid class to input fields as needed after step-validation. Removed some other useless classes.
= 1.8.3 (2020-03-01) =
* Fix JS error on submit (reported by [@wasi7186](Для просмотра ссылки Войди
* PRO multistep: On the last step of a multistep form, instead of cloning and hiding the submit button, we now simply move it to the next-step-container. This solves a compatibility issue with a third party recaptcha plugin (and probably some other plugins too)
= 1.8.2 (2020-02-27) =
* Small patch. Add a check in the ajaxComplete event, to make sure xhr.responseJSON is not null or undefined. (this caused a JS error on some websites)
Для просмотра скрытого содержимого вы должны войти или зарегистрироваться.
Contact Form 7 Conditional Fields PRO v.1.9.8
= 1.9.8 (2020-07-20) =
* Make sure all posted data is analyzed after submitting (part of) a form. A recent update of CF7 stripped away some information, resulting in PHP Notices.
= 1.9.7 (2020-07-07) =
* fix IE11 compatibility
= 1.9.6 (2020-07-04) =
* PRO: Fixed bug: checkboxes and multiselect validation not working inside repeater
= 1.9.5 (2020-07-01) =
* PRO: Fixed bug: multistep forms interference with other forms after calling wpcf7cf.initForm()
* PRO: Fixed bug: function operator no longer working.
= 1.9.4 (2020-06-23) =
* Fixed bug: JS error when conditonal fields settings where not saved manually by the user.
= 1.9.3 (2020-06-21) =
* Ignore conditions where group or field name does not exist, instead of throwing an error
* Get rid of PHP notice related to new settings
* Something went wrong with SVN commit 1.9.1 and 1.9.2 (so although these version might show up, it's not really a valid version)
= 1.9 (2020-06-21) =
* Performance improvements
* Added extra setting: "Conditional Fields UI". If you have a lot of conditions, set this to "Text mode" for better performance in the admin interface.
* Improved styling on Conditional Fields Settings page
* Improved [docs](Для просмотра ссылки Войдиили Зарегистрируйся)
* Improved the [form tester](Для просмотра ссылки Войдиили Зарегистрируйся)
* PRO: Multistep bug that was causing checkboxes and multiselect to not trigger validation errors
* PRO: Summary added support for files, checkboxes and multiselect
* Added test to ensure that normal view entries are always converted to text view correctly
= 1.8.7 (2020-06-01) =
* PRO: Change auto-update mechanism
* Some minor JS refactoring
* Improved on some edge cases with `equals ""` and `not equals ""`
* Improved test suites.
= 1.8.6 (2020-04-18) =
* Fixed: accidentally packed the entire jQuery library in scripts.js
* Cleaned up some console.logs that was still hanging around in the code.
= 1.8.5 (2020-04-17) =
* Tested with WP 5.4
* fix multiselect
* fix required file field inside mutistep
* allow group names to contain `.` and `:` (Для просмотра ссылки Войдиили Зарегистрируйся)
* fix possible conflicts with require_once 'init.php' (Для просмотра ссылки Войдиили Зарегистрируйся)
* Created some unit tests and integration tests, so hopefully no more regression bugs from now on! (next step: automated CI before publish)
* Got rid of warnings and notices when creating a new form.
* Fix small clear_on_hide bug with select field (Для просмотра ссылки Войдиили Зарегистрируйся)
* PRO: fix "not empty" when using first_as_label in select field. (closes guthub issue #48)
* PRO: fix error with nested repeater buttons text
* PRO: new version of plugin_update_checker, compatible with PHP 7.3+
* Make sure all posted data is analyzed after submitting (part of) a form. A recent update of CF7 stripped away some information, resulting in PHP Notices.
= 1.9.7 (2020-07-07) =
* fix IE11 compatibility
= 1.9.6 (2020-07-04) =
* PRO: Fixed bug: checkboxes and multiselect validation not working inside repeater
= 1.9.5 (2020-07-01) =
* PRO: Fixed bug: multistep forms interference with other forms after calling wpcf7cf.initForm()
* PRO: Fixed bug: function operator no longer working.
= 1.9.4 (2020-06-23) =
* Fixed bug: JS error when conditonal fields settings where not saved manually by the user.
= 1.9.3 (2020-06-21) =
* Ignore conditions where group or field name does not exist, instead of throwing an error
* Get rid of PHP notice related to new settings
* Something went wrong with SVN commit 1.9.1 and 1.9.2 (so although these version might show up, it's not really a valid version)
= 1.9 (2020-06-21) =
* Performance improvements
* Added extra setting: "Conditional Fields UI". If you have a lot of conditions, set this to "Text mode" for better performance in the admin interface.
* Improved styling on Conditional Fields Settings page
* Improved [docs](Для просмотра ссылки Войди
* Improved the [form tester](Для просмотра ссылки Войди
* PRO: Multistep bug that was causing checkboxes and multiselect to not trigger validation errors
* PRO: Summary added support for files, checkboxes and multiselect
* Added test to ensure that normal view entries are always converted to text view correctly
= 1.8.7 (2020-06-01) =
* PRO: Change auto-update mechanism
* Some minor JS refactoring
* Improved on some edge cases with `equals ""` and `not equals ""`
* Improved test suites.
= 1.8.6 (2020-04-18) =
* Fixed: accidentally packed the entire jQuery library in scripts.js
* Cleaned up some console.logs that was still hanging around in the code.
= 1.8.5 (2020-04-17) =
* Tested with WP 5.4
* fix multiselect
* fix required file field inside mutistep
* allow group names to contain `.` and `:` (Для просмотра ссылки Войди
* fix possible conflicts with require_once 'init.php' (Для просмотра ссылки Войди
* Created some unit tests and integration tests, so hopefully no more regression bugs from now on! (next step: automated CI before publish)
* Got rid of warnings and notices when creating a new form.
* Fix small clear_on_hide bug with select field (Для просмотра ссылки Войди
* PRO: fix "not empty" when using first_as_label in select field. (closes guthub issue #48)
* PRO: fix error with nested repeater buttons text
* PRO: new version of plugin_update_checker, compatible with PHP 7.3+
Для просмотра скрытого содержимого вы должны войти или зарегистрироваться.
Последнее редактирование: