Hello, I want to make a form in HTML/PHP with or without JS/AJAX.
I have 100 Phone Numbers in 70+ countries and each country with states. So I want to have a component that can have 2 drop down and 1 result location.
Country >>> State >>> Result
If possible in Ajax so that page does not refresh.
I will be able to add country and state and it's phone number editing code directly.
When I select country, State list appears. When I select state, it's phone number appears.
70+ Countries.
Each country may have 1-5 states
Each state has 1 Phone Number
I want to make this system in HTML. I found http://downhomeconsulting.com/Downlo...Down/demo.html, It has only country and state. I am not sure on how to edit it to add and display phone number too.
Can some one please help me with this. I need it badly.
Thanks in advance.
|