correct customer details field names

Joined
12 Feb 2006
Posts
17,369
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
 
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