Forum Moderators: open
For example, if the comboBox values are:
Red
Green
Blue
White
and the data in the dynamic textbox is "Blue" the comboBox selectedIndex label should be "Blue".
I'm guessing there needs to be a script that cycles through the contents of the comboBox and compares it to whatever is in the dynamic text box. If there's a match, the selectedIndex is set to whatever the index is for the matching label. Make sense?
Any help on this script would be deeply appreciated.
Thanks!