HI,
Wondering if this is possible:
Say you have a checkbox field with 6 options, but you want to limit the user to selecting 3 at most.
Has anyone done this? Thanks-
HI,
Wondering if this is possible:
Say you have a checkbox field with 6 options, but you want to limit the user to selecting 3 at most.
Has anyone done this? Thanks-
I'm looking into doing this with the validation hook ... I'll let you know how I get on.
This isn't currently a built in feature but it can be accomplished with jQuery. Here is a forum post that discusses how to do this:
http://www.gravityhelp.com/forums/topic/limiting-the-amount-of-checkboxes-that-can-be-checked
Thanks Carl!