I require some help writing a javascript for a pdf form with a dropdown menu
I require some help writing a javascript for a pdf form. I have a dropdown menu listing all 12 of our Committees. What I would like to do is when someone selects one of the committees from the dropdown menu a code assigned to a specific committee will automatically appear in another text box.
Example:
they select "Executive Committee" from the dropdown box
the code for Executive Committee is "561"
the code 561 will automatically appear in a separate textbox
Could someone provide me with step by step instructions and the javascript I should use?
