Ask HN: What to use for world zip codes?
1–10 of 17 posts
Re: Ask HN: What to use for world zip codes?
#2Re: Ask HN: What to use for world zip codes?
#3http://docs.djangoproject.com/en/dev/ref/contrib/localflavor...
You can also try searching through programmable web:
Re: Ask HN: What to use for world zip codes?
#4Re: Ask HN: What to use for world zip codes?
#5Re: Ask HN: What to use for world zip codes?
#6Re: Ask HN: What to use for world zip codes?
#7You usually need addresses to send someone something. I'd suggest just putting in a text field and letting the user just type it in freeform.
Re: Ask HN: What to use for world zip codes?
#8Also, keep in mind, don't make the Zip Code required. Some countries (Ireland being the most prominent) don't have them.
Re: Ask HN: What to use for world zip codes?
#9Re: Ask HN: What to use for world zip codes?
#10Address formats are different all over the world. Lots of places call them "postcodes" not zip codes (e.g. the UK). Some places have no postcodes (e.g. Ireland). Lots of places don't have 'states'. And the US has lots of 'cities' whereas lots of places would have local towns or counties. You usually need addresses to send someone something. I'd suggest just putting in a text field and letting the user just type it in…