Answered
What im looking for, when a specific field is equal to a specific number, a entry into the list box is added.
//Example
if (TextField1=="10")
then add item "Apple" to DropDownList1
elseif (TextField1=="15")
then add item "Pie" to DropDownList1
endif
After reading the scripting reference I see examples of a dynamic drop down list but its usually referring to connect it with a data source, which I do not want to do.
Thanks in advance.
If you would like to see the form, just ask.
This will not have a database connection involved.