Acrobat DC: Autofill two fields based on choice from drop down menu in third filed
I have a very complicated (to me) form that was originally designed in Excel.
One field will have a drop down menu of 28 departments.
I would like to have two other fields auto populate based on the choice made in the first field.
I have tried various methods, a custom validation script and other script examples I have found on support boards, but I can't seem to get it to work.
Here is the document:
I have changed the names of the fields in my working copy so there are no extraneous spaces or special characters (such as /)
The drop down menu is in the DeptUnit field, I would like to autofill the Business Center and Contact field based on the selection made.
So if DeptUnit is "Accounting", BusinessCenter = "ACT" and Contact = "Jane Smith"
I am not very strong in javascript, so your patience is appreciated.
Thank you