Help with drop down export
I have a list of names in a drop down. I have set the options to export an ID number specific to a name. I created text field 1 that auto fills per that export value. Currently in text field 1 i have a custom calculation script of event.value=this.getField("drop down").value;
I have now added a second text box and would like it to auto fill a title based on a name from the drop down. But i cant seem to get 2 export values from the drop down. The goal will be to select a name from the drop down list. Then have text field 1 auto fill id num and text field 2 auto fill title. Help!
