At least one check box required to be checked

K

Kadey

Hi,

I'm creating a form that has a section with multiple checkboxes. I want the
user to check at least one of them before they can submit the form.

What is the easiest way to do this?

Thanks,
Kadey
 
S

shirley

Kadey said:
Hi,

I'm creating a form that has a section with multiple checkboxes. I want the
user to check at least one of them before they can submit the form.

What is the easiest way to do this?

Thanks,
Kadey
 
S

shirley

Kadey said:
Hi,

I'm creating a form that has a section with multiple checkboxes. I want the
user to check at least one of them before they can submit the form.

What is the easiest way to do this?

Thanks,
Kadey

You can right click the checkbox and set the properties as checked
 
K

Kalyan G Reddy MVP (GGK Tech)

Hello

Use a hidden field and set a value to it once any check box is clicked and
allow to submit the form only when the field has a value and not if the field
is blank
 
Top