Code: Select all
<div class="form-group">
<label for="input1">My Label</label>
<input type="text" class="form-control" id="input1">
</div>
FormBuilder allows a class for the div wrapper, but I can't see a way to get a class onto the input elements. Any suggestions?