I am unable to validate a page with the form on due to an attribute not being correct:
<li id='field_1_1' class='gfield gfield_contains_required' ><label class='gfield_label' for='input_1_1.3'>Name<span class='gfield_required'>*</span></label><div class='ginput_container'><input name='input_1' id='input_1_1' type='text' value='' class='medium' tabindex='1' /></div></li>
The for attribute of the label element must refer to a form control.
It looks like the for has got the .3 on the end but I have tried to remove that field and create it again but it still outputted another number on the end.