Changing Formbuilder submit button to image
Changing Formbuilder submit button to image
As per the subject, is there a way to change the submit button within a Formbuilder form from a submit input element to an image input element?
twitter: @joffff
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: Changing Formbuilder submit button to image
it can be done quite easily with css.
but changing the type from <input type="submit" to <input type="image" will cause grief with IE, so I wouldn't recommend hacking the code.
but changing the type from <input type="submit" to <input type="image" will cause grief with IE, so I wouldn't recommend hacking the code.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Changing Formbuilder submit button to image
Thanks, I overlooked the CSS method!
What are the issues with input type=image with IE? I've never had (to my knowledge) any adverse problems.
What are the issues with input type=image with IE? I've never had (to my knowledge) any adverse problems.
twitter: @joffff
Re: Changing Formbuilder submit button to image
The eternal bane of every web designer's existence (aka: Internet Explorer) doesn't pass the values properly when you use input type=image not sure why. There are loads of hacks out there but like calguy recommended the quickest, easiest and cleanest option (IMHO) is just to work the button with CSS to use a background-image.
If all else fails, use a bigger hammer.
M@rtijn wrote: This is a community. This means that we work together and have the same goal (a beautiful CMS), not that we try to put people down and make their (voluntary) job as difficult as can be.