correct customer details field names

Joined
12 Feb 2006
Posts
17,192
Location
Surrey
i've been told on here that the id's i use for the fields which collect customer details, such as first name, email, post code etc, are incorrect and that there is a standard to use so that autofill forms work better.

i've had a quick google and can't seem to find what the standard is so hoping you lot can help me out
 
Caporegime
Joined
18 Oct 2002
Posts
29,490
Location
Back in East London
Labels also work as wrappers like so:

Code:
<label>Some label text appearing before the element<input type="text" name="email"/>Some label text appearing after the element</label>
though usually you'd at least <span> the text.
 
Back
Top Bottom