How can I change Required so that it is only active when the element has actually been loaded?
if (Field) {...
How can I change Required so that it is only active when the element has actually been loaded?
if (Field) {...
3-page formPage 1: Radio group: OptionA + OptionBPage 2: PHP event -> OptionA = ViewA (TextA with mandatory and message TextA missing) + OptionB = ViewB (TextB with mandatory and message TextB missing)Page 3: send or similar
Problem: Page 1, select OptionA -> Page 2, only TextA is displayed here, do not enter any text in TextA -> Page 3 = error message TextA missing, so far OK -> go back to Page 1 and change to OptionB -> Page 2, only TextB is displayed here, fill in TextB -> Page 3 does not work, message TextA missing! So I cannot send the form.
By the way, this was reported months ago!
please create a form with this bug and attach it here so that I can test it
yes, I found the issue, the problem occurs if you display the field then go back and display a different field, the first displayed field is now validated too
No, this requires a code fix which should be ready in the next update!