Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[response] tag doesn't work properly in multistep #127

Closed
pwkip opened this issue Sep 21, 2024 · 1 comment
Closed

[response] tag doesn't work properly in multistep #127

pwkip opened this issue Sep 21, 2024 · 1 comment
Labels

Comments

@pwkip
Copy link
Owner

pwkip commented Sep 21, 2024

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

[step]
  [response]
  T1: [text* t1]
  [response]
[step]
  [response]
  T2: [text* t2]
  [response]
  [submit]

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

[response]
[step]
  T1: [text* t1]
[step]
  T2: [text* t2]
  [submit]

https://conditional-fields-cf7.bdwm.be/form-tester/?test-form=Github+issue+127+%282%29

@pwkip pwkip added the bug label Sep 21, 2024
@pwkip
Copy link
Owner Author

pwkip commented Oct 19, 2024

fixed in version 2.5

@pwkip pwkip closed this as completed Oct 19, 2024
pwkip added a commit that referenced this issue Oct 21, 2024
* 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant