Re: Dropdown for City, State and Country
Hi all,
here we made it our way:
- built separate db tables for Country, State/Region, Province, City
- built 4 dropdowns, each one reading the db and showing one of the above data
- linked the dropdowns together so that if we select UK as Country, the other dropdowns show british regions, provinces and cities only
- wrote javascript that transpose the selection of each dropdown to billing or shipping address fields.
So basically we left untouched data in OOB address fields, giving users the chance to select data from dropdown in editview and showing them in the same OOB address fields in detailview.
What do you think the cookie monster eats ?
Bookmarks