Hi,
I have a registration form with country and state fields that need to be filled out. However, the form is international so I only want to bring up the state field, with the corresponding country's states, where appropriate. I have a MySQL table that lists the countries and which countries have states. I have used php to provide a drop down list of countries, but once they choose a country with states then I want a state drop down field to show up with the corresponding states. I think this may require javascript but I wanted to check here first.
Thanks!
Ben
I have a registration form with country and state fields that need to be filled out. However, the form is international so I only want to bring up the state field, with the corresponding country's states, where appropriate. I have a MySQL table that lists the countries and which countries have states. I have used php to provide a drop down list of countries, but once they choose a country with states then I want a state drop down field to show up with the corresponding states. I think this may require javascript but I wanted to check here first.
Thanks!
Ben