I am looking for a way to have a user choose their state, then the form will automatically populate the cities in that state for them to choose from. Is this answered in another post?
I am looking for a way to have a user choose their state, then the form will automatically populate the cities in that state for them to choose from. Is this answered in another post?
I don't think anyone has a list of every city in every state that you could do this with. But essentially, it would be conditional logic, where a dropdown with the cities is only shown when the parent state is selected.
So I'd have to come up with a list of every city per state manually? Hmm. Maybe best to have a state dropdown, then a blank field for city. Thanks.
Probably a good plan. :)