Posted by Michael Fesser on 06/28/07 23:48
..oO(shimmyshack)
>your markup is incorrect you need
>name="first_name" rather than
>id=....
>same goes for them all
He needs both 'name' and 'id' if he wants to use labels. The 'name'
attribute is required for proper form submission, the 'id' is required
for associating a label with the form control.
Micha
[Back to original message]
|