I have problem with the form registration ouput ( to have a HTML code valid )
– the label user don’t have correct ‘for’ attribut
– the label ‘confirm password’ don’t have ‘for’ attribut
how can i correct this ?
Thanks
<label class=”” for=”username_0“>User Name</label>
<input id=”username” name=”username” class=”input_fields piereg_validate[required,username]” placeholder=”” type=”text” value=”” data-errormessage-value-missing=””>
<label>Confirm Password</label>
<input id=”confirm_password_password_2″ name=”confirm_password” …..