How do I keep original selection showing in drop down list
Hi,
I have this code which loops and labels documents:
var oDocNumTypes = {
"Exhibit":{Prefix:"A"},
"Attachment":{Prefix:"B"},
"Memo":{Prefix:"C"},
"Sample ":{Prefix:"D"},
};
The user has to select the document type from a drop down list. After the user selects "Exhibit" for instance from the drop down list, it labels the first document and then the second , third and so on. However, the chosen value of "Exhibit" disappears from the drop down list. I want it to remain throughout the looping so user does not get confused and think they need to keep selecting it each time. How can I do this?
Original selection:

Does not retain original selection...Defaults back to showing nothing through loops

I am using Adobe Acrobat Pro X 10.1.16 on Windows 7.
