Page 1 of 1

[Solved] Edit the Formbuilder {$submit} tag

Posted: Fri Nov 14, 2008 1:00 pm
by Evil Phil
How can I edit the {$submit} tag for formbuilder? I want to change the Submit buttom from Input to Image and add a Reset button.

CMS MS version 1.4.1
Formbuilder version 0.5.5

Re: Edit the Formbuilder {$submit} tag

Posted: Mon Nov 17, 2008 3:34 am
by hexdj
you can simply replace the {$submit} tag with

Code: Select all

<input type="submit" value="Submit Now" class="graphicButton" />
and then define .graphicButton in your CSS

Re: Edit the Formbuilder {$submit} tag

Posted: Mon Nov 17, 2008 2:22 pm
by Evil Phil
Yeah what I did in the end was use css to change format the button in $submit and then added what you've suggested as a reset button. Thanks anyway.

Re: [Solved] Edit the Formbuilder {$submit} tag

Posted: Sat Dec 06, 2008 6:02 am
by bouschie
How would you define the graphicButton in the CSS? I'm not too familiar with CSS but I want to do this as well...Thanks.