I have looked and looked and I can’t find an answer to this. I have found one combo box affecting another but not my situation. So this is my problem. I have multiple text fields. So let’s call them “Text1, Text2, Text3, Text4, Text5, Text6”. I have a ComboBox1. I want the data that appears in the Text fields to show up in the ComboBox as a list that then can be picked. I have found info on export, but can I import. I want the data in the Text fields to be my items in my Combo Box. As a plus to me, if some Text fields are empty then no empty data shows up in the Combo box as a choice. Is there a JavaScript that can do this?
I'm using Acrobat 9 Pro.
Thank you.
Your script would get the values of the text fields, place them into an array, which can then be use with setItems to populate the combo box.