PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

What is the best way to force a user to check ALL options/boxes?

  1. jessalouisa
    Member

    What is the best way to force a user to check ALL options/boxes? I am using checkboxes so all CAN be checked, but is there a way to require ALL options to be checked? It doesn't have to be checkboxes, I'm just requiring them to comply with all terms ... Thanks! (PS No web address, I am in maintenance mode.)

    Posted 11 years ago on Sunday January 20, 2013 | Permalink
  2. If you use individual checkbox fields, one checkbox per field, and make them required, that would have the same effect. It might look slightly different, but you could change that with CSS. That would be the easiest way.

    You could also use this approach to require a certain number of checkboxes be checked (minimum and maximum.)

    http://gravitywiz.com/2012/06/11/limiting-how-many-checkboxes-can-be-checked/

    Have you already implemented something?

    Posted 11 years ago on Monday January 28, 2013 | Permalink
  3. Also, this user posted an alternate solution:
    http://www.gravityhelp.com/forums/topic/is-it-possible-force-all-checkboxes-yes#post-126630

    Posted 11 years ago on Monday January 28, 2013 | Permalink