When validating a page which includes a Gravity form for HTML5 I get the following error from W3C:
The for attribute of the label element must refer to a form control.
…l class='gfield_label' for='input_1_9'></label><div class='ginput_container'><…
How can I fix this so my page validates properly?