Tagged Questions
3
votes
3answers
250 views
Where do you get data to populate a suggest-box with Country, State, City and Zip Information?
I'm trying to create some dialogs in my web-app that can auto-suggest possible Countries, States, Cities and Zips in a form.
I was planning on storing this information in a database, and making calls ...