App Connect Form Validator Support Product Page
Answered
how to check if at least one checkbox is flagged
Asked 6 years ago
1
has this question
6 years ago andrea mac posted:
Hi,I've some checkbox with different names and ids.
I want to validate this group, I mean one checkbox at least must be selected?
How can I do it?
May be must they have the same name or id?
Is there some can help me?
Thank you
Replies
Replied 6 years ago
6 years ago Teodor Kuduschiev replied:
Your checkboxes should have the same name.
Then you should apply required validation to the first one only.
Then you should apply required validation to the first one only.
Replied 6 years ago
6 years ago andrea mac replied:
Thanks