I am trying to add a class to the submit button on a FormBuilder form. Whilst I could probably achieve it using jquery, why go to the expense when there is a form display template. I can't though see how to add a class, called "btn" to the input tag.
The last part of the template looks like:
Code: Select all
<div class="submit">{$prev}{$submit}</div>
</div>
{$fb_form_end}
I am using twitter bootstrap so would want the output to look a little like:
Code: Select all
<input type="submit" value="Submit Form" id="cntnt01fbrp_submit" name="cntnt01fbrp_submit" class="cms_submit fbsubmit btn">