I have a form, with multiple checkboxes (over 150). I need the user to select at lease one item. I know how to do this one checkbox group.
Because I have too many checkboxes, I decided to group them in different tabs, So I created multiple checkbox groups. Now I need to make sure that user selects at least one checkbox from EITHER groups.
I tried to name the groups the same and make them required, but that causes that user select an item from each group. All I need to do is validate the form so that only one item from either group satisfies the requirement and we can move forward.
Can you please help.
Thanks
Because I have too many checkboxes, I decided to group them in different tabs, So I created multiple checkbox groups. Now I need to make sure that user selects at least one checkbox from EITHER groups.
I tried to name the groups the same and make them required, but that causes that user select an item from each group. All I need to do is validate the form so that only one item from either group satisfies the requirement and we can move forward.
Can you please help.
Thanks
This topic is locked and no more replies can be posted.
