Update,
I found a script that works for the first 10 stores:
if (xfa.event.newText == "store number")
{
storenumber.presence = "visible"; //if I want the subform to be visible
storenumber.presence = "hidden"; //if I want the subform to be hidden
...
}
The idea would be to have all 150 stores in there and select them through the drop down, but I can only get the first 10 to work. Is there a limit on how many Adobe will read that I am missing?
Thoughts on any of this? Any help would be appreciated.
Justin