Validate boxes

L

lhaldenwang

Hi,
Is there any way I can validate checkboxes? I need an error message to
pop-up when all the boxes aren't checked.
Thanks
 
M

MD Websunlimited

Hi,

You'll need to utilize JavaScript to handle the programming. With JavaScript you'd iterate the checkboxes making sure that each is
checked.
 
Top