I could't find a way to add class to text fields in html form by using form builder module. Form builder module version is 0.7.
Code: Select all
<input type="text" name="cntnt01fbrp__90" value="" size="25" maxlength="128" id="Field Alias and DOM id (CSS id)">
Code: Select all
<input type="text" class="cms_textfield" name="m50d18fbrp__10" id="m50d18fbrp__10" value="" size="25" maxlength="128">
Do I have to change php files of from builder to add class .
I am trying to create responsive form so I have to add class to elements
Thanks for reply