[FX.php List] [Off, I think] Address field names and tricks
Troy Meyers
tcmeyers at troymeyers.com
Fri Feb 1 08:48:22 MST 2008
ggt,
Thank you. I set up a simple test form to try these out for autofill:
http://lab.troymeyers.com/flasking/autofilltest.php
Please try the page and attempt "autofill".
In Safari when I click the autofill button, some of these do indeed fill in with my usual values, but not all of the ones I'd expect to.
Does autofill work by looking at the name attribute of input fields?
Is there an online reference for what browsers look for when attempting autofill?
-Troy
> 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
More information about the FX.php_List
mailing list