Earlier quoted context omitted.
But addresses aren’t just for sending mail. Location also determines which municipal and state laws apply, so there are contexts where the distinction matters.
I would just like to point out that the city field doesn’t necessarily prove anything because many unincorporated areas have a listed a city but may not be subject to the laws or taxes of a municipality. So having the correct city isn’t as useful as one thinks it is.
Put the zip code first
211–220 of 330 posts
Re: Put the zip code first
#212I wonder if people had a similarly negative reaction when someone first proposed speculative execution in processor pipelines. “This is is a terrible idea, you’re telling me you will make 99% of cases way faster but completely ignore the 1% that will be slightly slower? Unbelievable.” If you have SA that most of your customers are in USA, this is a good idea. If not, maybe use your brain a bit and figure out if it ca…
Re: Put the zip code first
#213This works really well in Ireland. Eircodes (our late adoption postal codes) resolve to individual addresses rather than areas, so Irish sites mostly do this.
Re: Put the zip code first
#214Earlier quoted context omitted.
This 1000 times. I’ve tried implementing what OP has mentioned, and quickly learned it isn’t possible. A city can also exist in multiple zip codes. And there can be multiple cities with the same name in the same state. So, to be safe, you have to enter city, state, and zip.
I don’t understand either of these arguments. They both appear to reinforce the point made in the article. At worst a zip code contains multiple cities? Voila the city box becomes a dropdown. It’s 2025. JavaScript.
Re: Put the zip code first
#215Earlier quoted context omitted.
If asking for the zip first was more common then we quickly learn those four extra digits because the auto fill benefits would be immediately obvious
Why? I have a 4 digit postcode, I have to look it up every time I have to fill in an address form for delivery. I've had people screw 1 digit up in that postcode and their items (a laptop in one case) went to the completely wrong city. A code sounds foolproof, until you realise most people don't engage with them for most of their lives - you don't tell the uber driver the zip/post code you are waiting in, and travell…
Re: Put the zip code first
#216the "fields", like the goggles, they do nothing
Re: Put the zip code first
#217Re: Put the zip code first
#218When you create a site with a tone this self-righteous and condescending, you should really double check your thinking to make sure there is not some glaring flaw invalidating the premise for the majority of people in the world: > A US ZIP code is 5 characters. From those 5 characters you can determine the city, the state, and the country. That's 3 fields. Autofilled. From one input. I guess this is par for the cours…
Re: Put the zip code first
#219Re: Put the zip code first
#220Earlier quoted context omitted.
This 1000 times. I’ve tried implementing what OP has mentioned, and quickly learned it isn’t possible. A city can also exist in multiple zip codes. And there can be multiple cities with the same name in the same state. So, to be safe, you have to enter city, state, and zip.
I don’t understand either of these arguments. They both appear to reinforce the point made in the article. At worst a zip code contains multiple cities? Voila the city box becomes a dropdown. It’s 2025. JavaScript.
But in TFA's example it does not (my zip has 3 possible city names; TFA's example shows only 1).