I also have a similar problem, I have a form with many fields on it , this
form also has 2 separate sets of 10 data source fields (FIELD1 thru FIELD10
and FIELD11 thru FIELD20), and each of those fields is bound to its own
separate Check Box Control. (A total of 20 different Check Box fields.)
There are 2 requirements related to theses 10 Check Boxes, they are:
1). Manditory that the user must at least check one of the Check Boxes
available to them or any and all of the Check Boxes if they like... which one
or more they choose to check is up to the user.
2.). If the user checks the last Check Box labeled "OTHER", a Text Box
Field/Control named "DETAIL" immediately appears below that field so that the
user can provided some additional explanation of what they meant when they
checked the "OTHER" Check Box field above it. If the "OTHER" Check Box is
not selected, the Text Box Field remains hidden to the end user.
I would like to use a Data Validation Script for each of the 2 sets of 10
Check Boxes (collectively) and also tie in that the user filled in the Text
Box if the "OTHER" field was selected. I would like to use a Submt Button to
send the data to a SharePoint Form Library. The form is a Registration
Sign-Up Form that users would only be submitting once, and the user will not
be able to edit the data again. Would you be able to provide me with the
steps I need to take AND the validation code script needed to validate the 2
requirements associated to the 2 sets of 10 Check Boxes prior to the user
pressing the Submit button. Or if you can provide me a link to an example
template, I'd be more than happy to go look at it and figure it out there
myself. Your help is greatly appreciated.
Regards,
slien1 (Scott Lien)