Page 1 of 1

Changing Formbuilder submit button to image

Posted: Tue Oct 27, 2009 11:34 pm
by Joff
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?

Re: Changing Formbuilder submit button to image

Posted: Tue Oct 27, 2009 11:45 pm
by calguy1000
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.

Re: Changing Formbuilder submit button to image

Posted: Wed Oct 28, 2009 8:45 am
by Joff
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.

Re: Changing Formbuilder submit button to image

Posted: Fri Oct 30, 2009 3:40 pm
by tyman00
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.