Filling other fields automatically based on an answer selected from a drop down menu?
I am creating a PDF document with teacher's names and I have created a drop down menu of the names. I would like another field to populate with the teacher's full address is their name is selected. This is my first attempt at using JavaScript and I have no idea where to put what and how. Thanks for your help!
JavaScript
Last Comment
zurichexpat
8/22/2022 - Mon
Bob Learned
Here is the funny thing--I too "have no idea where to put what and how". You would need to give us a little more information, please.
zurichexpat
ASKER
:-) right. One field would be a drop down menu of names and I would also like to have another field labeled address that is automatically populated with the address that corresponds to the name picked from the drop down menu. I don't have any more information than that.
Thanks.
Bob Learned
1) Did you want to use plain JavaScript or JQuery?
2) What do you need to know to get started? Do you need to know the syntax for creating a script block?
I would like to know what the syntax is for creating the script and where do I add it into the document or what are the steps to adding it i.e., create custom action, etc.?
Thanks.
Bob Learned
What I guess I am trying to find out, is how much do you already know?