is there any solution to show user all countries and after select country it reselect all cities of its country? be best with script selecting
p.s. russian name of countries
|
is there any solution to show user all countries and after select country it reselect all cities of its country? be best with script selecting p.s. russian name of countries
| |||||
feedback
|
|
Sure, there's a solution. You could have
And an action that would give you all cities in a country:
And have a view similar to this:
Then setup javascript:
| ||||
feedback
|
|
If you just need a one-time list (and not something that's continuously updated), then manually scraping the Russian Wikipedia page for list of countries isn't too bad. Could do something similar with a list of cities as well, but trying to get a complete list of cities is somewhat foolhardy. I'd try and limit it to the top 200 in the world or so. Note: I just assume that's the page for list of countries because I speak no Russian but that's the first result I got when I searched for it. | |||
|
feedback
|
|
I thing, better solution is use JSON to exists database. For example you can use geonames.org http://jqueryui.com/demos/autocomplete/#remote-jsonp Example:
| |||
|
feedback
|