Jules Colle

Results 28 comments of Jules Colle

Other example that illustrates the problem: http://conditional-fields-cf7.bdwm.be/form-tester/?hash=851f1b53e5f73e477d98374073da02a9

After the problems with CF7 5.4 are fixed, I will give this a look. The quick fix seems to be to indeed increase this value, but I will check if...

Low priority. Possible work around: https://conditional-fields-cf7.bdwm.be/advanced-conditional-logic-with-custom-javascript-functions/

Full working example of workaround with custom functions: https://conditional-fields-cf7.bdwm.be/show-group-based-on-number-of-selected-checkboxes/

Probably too hard to implement. But client side validation should only be disabled for forms that contain tags added by conditional fields.

https://wordpress.org/support/topic/this-conditional-fields-plugin-stops-all-required-fields-from-working/

Related: https://wordpress.org/support/topic/bug-fields-go-blank-if-50-conditions-in-use/

This issue will probably not get fixed. I will write an article explaining how you can give your form a material design look with some simple CSS.

there are some events you can listen to, like wpcf7cf_change_step. But I don't think that will work. Would it help if I add a wpcf7cf_before_submit_step? Here's an example of how...

The problem is that my on click event listener is probably registered before yours. I also use a namespace, so the actual click event is `'click.wpcf7cf_step'` Here's the code: ```...