contact-form-7-conditional-fields
contact-form-7-conditional-fields copied to clipboard
Wordpress Plugin: Contact Form 7 Conditional Fields
Also see: https://wordpress.org/support/topic/repeat-use-a-group-name-1x/
"greater than" "less than" operators should detect if the field is a date field, and if it is allow the user to add a date instead of a mere string....
https://wordpress.org/support/topic/conditional-value-when-a-group-is-shown/
Instead of only having show [group] , make it possible to select show|hide. There are some edge cases where this could make sense. Or in some cases it might just...
When adding a [response] tag in multistep forms, the beheviour is buggy. Only if the response if placed before the first step, it seems to work. For example: this form...
[checkbox cbx free_text "Label"] doesn't play nice with [summary] https://conditional-fields-cf7.bdwm.be/form-tester/?test-form=Github+issue+126
This jQuery line is not working on the main branch. Wordpress fills out the `innerText` property of the `textArea`, not the `value`. Therefore, accessing to the content requires `.text()` instead...