problem with checkbox validation

peroxidess 28 Nov, 2011
Hello all,
I have created a checkbox group via a for each loop, from a database table.
I cannot find a way to validate the checkboxes-checked/unchecked,
I have tried via the class=validate... , server validation, auto server validation
I have used Greyhead's javascript and I cannot. It always submits.

No matter what it seems it cannot process through the loop... or something.

Any way around it???? I have been thinking of days.
GreyHead 29 Nov, 2011
Hi

I just created a checkbox group from the wizard and the validation class used is class="validate['group[0]']" If you have more than one group then change the index group[1], group[2], etc.

Bob
This topic is locked and no more replies can be posted.