Need custom text option in dropdown that doesnt replicate in text field
I am working on a PDF form in Acrobat Pro that has a Author drop down box that autopopulates an ID number in a text box. Right now when I enter a custom name that isnt in the drop down it populates the same information in the text box (i.e. Author: Jane Doe | ID: Jane Doe). I am using ## event.value = this.getField("Author 1").value; ## to pull the ID number as the export value of each author currently, but it is not allowing for a custom author name and custom ID number. I need it to go like this Author: Jane Doe | ID: XXXX-XXX-XXXX. TIA
