Add custom classes to textfield
-
Hi, I’d like to add twitter’s bootstrap classes:
class="form-control input-sm"
To the captcha input field, so the html result be:
<input id="cptch_input" type="text" autocomplete="off" name="cptch_number" value="" maxlength="2" size="2" aria-required="true" required="required" style="margin-bottom:0;display:inline;font-size: 12px;width: 40px;" class="form-control input-sm">
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Add custom classes to textfield’ is closed to new replies.