I have 8 questions that I set up as check boxes with Yes and No answers. I used the Parent.Child naming scheme.
so for example I have Question.1 with export value of Yes and export value of No
then I have Question.2 with export value of Yes and export value of No...etc.
If ANY of these 8 questions are answered "yes" i need certain text to appear "text 1". If not then I need this other text to appear "text 2".
I have been all over the website and have not found a script that uses the export values.
Can anyone help? My form is limited to two pages so I really need help.
Instead of check the export value, he test to see if the check box is checked or not. This technique allows for more flexibility in functions within forms so one can gather unique data from a check box and provide form actions without knowing the export value or allows one to change the export value of the check box without having to reedit the JavaScript that could be located in more remote fields.
George Kaiser