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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top