I want to do the following things using PHP and jQuery
https://www.careerbuilder.com/share/register.aspx?sc_cmp1=JS_LoginASPX_RegNow
Steps
- Select a country from a dropdown list.
- The city dropdown list will fillup automatically with the list of cities of the selected country.
- If state is available for that country then state list will be visible with all state list of that country.
Then I need to validate the selected city, state and country.
Do you have any ideas?
Thanks in advance