If I make a form with a checkbox and a required text field, with a validate fields and validate data action
If I make the checkbox checked -> enable validation -> text, and unchecked the opposite
Validation still fails when the box is unchecked.
If I make the checkbox checked -> enable validation -> text, and unchecked the opposite
Validation still fails when the box is unchecked.
Clarification - the javascript validation passes (lets you submit the form) but the server side validation fails.
This topic is locked and no more replies can be posted.