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
[Solved] Edit the Formbuilder {$submit} tag
[Solved] Edit the Formbuilder {$submit} tag
Last edited by Evil Phil on Mon Nov 17, 2008 2:22 pm, edited 1 time in total.
CMS Made Simple 1.4.1, PHP Version 5.2.5, MySql 5.0.45, Apache 2.2.26 on WAMP5 (Windows XP Pro)
Re: Edit the Formbuilder {$submit} tag
you can simply replace the {$submit} tag with
and then define .graphicButton in your CSS
Code: Select all
<input type="submit" value="Submit Now" class="graphicButton" />
Re: Edit the Formbuilder {$submit} tag
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.
CMS Made Simple 1.4.1, PHP Version 5.2.5, MySql 5.0.45, Apache 2.2.26 on WAMP5 (Windows XP Pro)
Re: [Solved] Edit the Formbuilder {$submit} tag
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.