FormBuilder 0.7.3
Simple question really, but I can't seem to find an answer, all I want to do is set the Email input field on my form to include autocapitalize="off" and autocorrect="off" using FormBuilder.
like this:
Code: Select all
<label for="fbrp__32">Email*</label><input type="text" name="m4538dfbrp__32" value="" size="25" maxlength="80" id="fbrp__32" autocapitalize="off" autocorrect="off" />
