I am using formbuilder for a contact form on my site, but the for attribute in the label tags are not matched correctly with the ids on some fields.
Eg:
Code: Select all
<label for="m3_4">Your Name:</label><input type="text" name="m3fbrp__4" id="m3fbrp__4" value="" size="25" maxlength="128" />
<label for="m3_18">Your Email:</label><input type="text" name="m3fbrp__18" id="m3fbrp__18" value="" size="25" maxlength="128" />
<label for="m3_6">Subject:</label><input type="text" name="m3fbrp__6" id="m3fbrp__6" value="" size="25" maxlength="128" />
<label for="m3_7"><span class="error" title="required">*</span>Message:</label><textarea name="m3fbrp__7" cols="60" rows="5" id="m3_7"></textarea></div>
Has anybody else come across this?
Thanks for any help,
Rachael