Hi, I have added a "Multiple Short Text" question as the first one in my survey, to gather some user info:
- First name
- Last Name
- State
- City
Then I used the info I found
here
at the forum to replace the "State" text field with a dropdown control with a list of states. It's working fine.
Now, for the real question: I have used the same script to also replace the "City" text field with a dropdown. But it would be great if this second dropdown would only show cities that are in the State selected in the previous dropdown.
In other words, is there a way to make it so that the values shown in the second dropbox (cities) are dinamically loaded, depending on what is set on the first dropbox (state)?
Regards,
Effenberg