I have a number of checkboxes in a form, along with other data fields and need to know how to check to make sure the user has selected at least one. If the count is less than 1, they would not be sent to the second page and a window would pop up giving them an error message that at least one checkbox should be checked.
So, at submission I basically need to validate the checkbox count. Does anyone have any ideas???? Thanks!
So, at submission I basically need to validate the checkbox count. Does anyone have any ideas???? Thanks!