Is there a simple way to validate how many checkboxes a user has selected ? I would like to be able to limit them to not select more than 7. and display an alert or validation message if more than 7 items are selected
I’ve seen some answers on this documentation link :
Unfortynatly it’s not working because my form has a special configuration: I’m using several checkbox modules placed inside a group module, to display them with Lines and Columns, and every checkboxes needs to display its own title, image and text description. I didn’t find a better solution to display them in this way. A simple checkbox module doesn’t allow me to have this kind of presentation. You will better understand what I mean by visiting this page :