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.

Find total number of checkboxes checked

  1. Is there a simple way to get the total number of checkboxes in a form that are checked? And if the answer to that one is yes, can I then use that number in calculations?

    Posted 11 years ago on Thursday March 7, 2013 | Permalink
  2. You can do this with jQuery:
    http://stackoverflow.com/q/1957290/

    Once that is done, you will need to populate a field in your form with the number, so you can use that number in your calculation.

    Posted 11 years ago on Tuesday March 12, 2013 | Permalink