Forum Moderators: coopster
Let's say I want my members to choose the state, county & town they live in.
I could present a huge list box for them to select from but it would contain literally hundreds of items. That seems excessive.
It would probably be better to present the states, counties & towns as levels in a heirachy of choices. That is, you choose your state, then get shown a list of counties, then you choose your county then you get shown a list of towns in the that county.
I could do that with a series of pages or reloads of the same page but surely there must be a more elegant way to do it.
Must I use a javascript function for this or can someone suggest a pure php/html method?
Thanks in advance.
Ross