vandan's avatar
Level 13

dependent textbox value city-state-country

simillar dropdown like select country then display state and city,

But change in my module like i have 3 textboxs like city/state/country, when i was enter country then other textbox display state and city so how can i do it i dont know how to implement using textbox so please help me..

thank you

0 likes
1 reply
bugsysha's avatar

When user selects first item (country) make an AJAX request which will return the list of states for that country and populate (state) dropdown with them. Same then applies to cities.

1 like

Please or to participate in this conversation.