Populate a text field based on information typed in another text field
I have several text fields where names and addresses are typed into Names are typed into fields named IP1, IP2, IP3, etc. Addresses are typed into fields named IP1Address1, IP1Address2, IP2Address1, IP2Address2, etc. For example, the following information is typed into these text fields:
Alan Adams 111 Alto Avenue Atlanta, GA 11111
Bob Brenson 222 Bando Blvd Birminghame, AL 22222
Charlie Chapman 333 Connie Court Cleveland, OH 33333
On another page of the pdf file, names can be typed into other text fields. These text fields are named Name1, Name2, Name3, etc. After these text fields, there are text fields named Name1Address1, Name1Address2, Name2Address1, Name2Address2, etc. for addresses.
If the name Alan Adams is typed into Name1, I would like Name1Address1 to populate with Alan's street address and Name1Address2 to populate with Alan's city, state ZIP. If Bob's name is typed in Name1, I would like Name1Address1 to populate with Bob's street address and Name1Address2 to populate with Bob's city, state ZIP. Is this possible? Thanks.
