We are requesting that forms be completed where there are 3 boxes presented to be checked. Some respondents will only need to check one while others may need to check two or all three.
We need to have at least one marked so we want to have the checkboxes/radio buttons be required fields. Our results thus far show the person filling out the form will skip the boxes entirely if not required fields.
When using checkboxes we cannot make them all required because some will only need to mark one.
When using radio buttons we can make them required fields but only one can be marked.
Please advise if you know of a solution to this.
Thank you!
Your code would have to scan through the relevant fields and check them for completeness, and proceed with a submitForm if everything checks out. If there are problems, alert the user (app.alert) and do not proceed with the submission.