You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add Plugin Dependency for CF7 in plugin header
* fix deprecated warning dynamic property creation
* fix Using ${var} in strings is deprecated
* Fix XSS vulnerability in admin settings page. Thanks to [Patchstack](patchstack.com) for reporting this issue.
* PRO: Fix: [response] tag doesn't work properly in multistep [#127](#127)
* PRO: Add support for checkbox free_text option in summary field [#126](#126)
* PRO: Fix: [multifile] allows uploading of filetype that is not specified in allowed filetypes [#103]((#103)
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 gives no response message whatsoever
https://conditional-fields-cf7.bdwm.be/form-tester/?test-form=Github+issue+127+%281%29
This one works because the [response] is outside of the steps
https://conditional-fields-cf7.bdwm.be/form-tester/?test-form=Github+issue+127+%282%29
The text was updated successfully, but these errors were encountered: