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
shirley - 28 May 2008 08:23 GMT
> Hi,
>
[quoted text clipped - 5 lines]
> Thanks,
> Kadey
shirley - 28 May 2008 08:24 GMT
> Hi,
>
[quoted text clipped - 5 lines]
> Thanks,
> Kadey
You can right click the checkbox and set the properties as checked
Kalyan G Reddy MVP (GGK Tech) - 28 May 2008 08:39 GMT
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

Signature
Kalyan G Reddy
INFOPATH MVP 2007 and 2008
http://www.ggktech.com
> Hi,
>
[quoted text clipped - 5 lines]
> Thanks,
> Kadey