My form will submit although I have the last element before Submit to be a required checkbox group. Anything I'm missing?
https://www.theoakscamp.org/background-authorization
https://www.theoakscamp.org/background-authorization
Hi jmeidal,
For radios/checkboxes you should use this rule:
Best regards,
Max
For radios/checkboxes you should use this rule:
minChecked[1]:Please check at least one
Best regards,
Max
Thanks, this is a big help!
Now however, I feel this is also happening on not a group but just a checkbox.
If I use
Now however, I feel this is also happening on not a group but just a checkbox.
If I use
minChecked[1]:Please check at least one
I cannot proceed at all. What's the syntax for single checkboxes?
Hi jmeidal,
the syntax for single checkboxes is:
And starting from the next update, "required" should work for all of them and an easier validation switches have been added.
Best regards,
Max
the syntax for single checkboxes is:
checked:message
And starting from the next update, "required" should work for all of them and an easier validation switches have been added.
Best regards,
Max
This topic is locked and no more replies can be posted.