Auto fill 2 text fields depending on export values from a drop down
Hi all,
I need to make a change to my current PDF form. In my old form one text field would auto complete depending on the export value of a drop down menu. I did this with a very simple script used as a custom calculation on the text field:
event.value = this.getField("Dropdown1").value;
I would set the export value of each option in the drop down as the value that would be displayed in the text field. I now need two text fields to auto fill depending on the option in the drop down. I'm not very familiar with script and some help would be greatly appreciated.
