Guys,
I have a page that has several checkboxes - all with the same name. How do I validate that at least one of them has been selected? I have tried looping through all the instance using "myform.country.length" - where country is the name of the checkboxes - but this doesn't work. Mighty
I have a page that has several checkboxes - all with the same name. How do I validate that at least one of them has been selected? I have tried looping through all the instance using "myform.country.length" - where country is the name of the checkboxes - but this doesn't work. Mighty