[Solved] Edit the Formbuilder {$submit} tag

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
Evil Phil
Forum Members
Forum Members
Posts: 23
Joined: Fri May 09, 2008 10:36 am

[Solved] Edit the Formbuilder {$submit} tag

Post 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
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)
hexdj
Power Poster
Power Poster
Posts: 415
Joined: Sat Mar 24, 2007 8:28 am

Re: Edit the Formbuilder {$submit} tag

Post 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
Evil Phil
Forum Members
Forum Members
Posts: 23
Joined: Fri May 09, 2008 10:36 am

Re: Edit the Formbuilder {$submit} tag

Post 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.
CMS Made Simple 1.4.1, PHP Version 5.2.5, MySql 5.0.45, Apache 2.2.26 on WAMP5 (Windows XP Pro)
bouschie
Forum Members
Forum Members
Posts: 19
Joined: Sat Jun 14, 2008 3:05 am

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

Post 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.
Post Reply

Return to “Modules/Add-Ons”