Running into a problem with captcha labels and input ID
The form is working fine, however it is not validating properly due to a discrepancy in the form code:
<label class="gfield_label" for="input_1_9"></label>
<input id="input_input_1_9" type="text" name="input_9">
For some reason it's adding and extra "input" line at the beginning of the input ID. Any reason this is happening and how can I fix it? Thanks