Hi everyone,
I'm trying to develop a form that uses a combo box at the top and form fields within the document. The action should be that when item 1 is chosen in the combo box a specific item in the form field should appear.
The Combo box and form fields will have multiple options. CHoice 1 in combo = choice 1 in text, choice 2 in combo = choice 2.
Ive spent 4 hours reviewing this site so far with only small pieces of the answer.
What nobody seems to indicate in thier similar solutions is.
1) where do you put the JS keystroke? the combo box or the text field?
2) in the combo box I add a 1 number export value per item, so item "test" will have an export value of 1, Test2 will have an export value to 2 and so forth. Is this correct?
If i could just understand how the text boxes are linked to the combo box export value i would have a better understanding of how to do this.
thanks you for any assistance you can provide.
To set the Keystroke script in a combo box, select a Format type of Custom and you'll see where you can enter the script.