If you're using ASP to process the form, try something like:
Response.Write Request.Form("NameOfCheckboxElement").Count
If you're using multiple names for the checkboxes, say one for each "level", you'd need to add them like
Response.Write...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.