[FX.php List] [Off, I think] Address field names and tricks

Gjermund Gusland Thorsen ggt667 at gmail.com
Fri Feb 1 02:50:23 MST 2008


This should be the the standard, as of off the top of my head

name
address
zip
town
areaCounty
country
phonenumber
direct
cellularphone
fax
epost
webaddress

The only thing in the addresspart that really changes from country to
country is the location of zip vs town, either it's <<zip>> <<town>>
or <<town>>, <<zip>>

That said, sometimes there are several lines of address, but that only
calls for parsing, so I find it simpler to work with and less
headaches to use textarea as form object type.

ggt

2008/2/1, Troy Meyers <tcmeyers at troymeyers.com>:
> I'm redesigning our customer shipping/billing address page from CDML to PHP, and I want to take advantage of some of the things I see on other sites.
>
> There seems to be a "standard" set of fields for street address, city, state, zip, country, etc. for USA addresses, and maybe even a form of that that also works for international addresses... though I wouldn't mind having two flavors of the form page based on country.
>
> What are the normal fields? Is there something about their names, IDs, or something in JavaScript that allows many web browsers to help users "autofill" these fields?
>
> -Troy
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
>


More information about the FX.php_List mailing list