Forums

Use image as submit button

dobiegillis 16 Aug, 2010
In ChronoForms, how do I set the src attribute of an input?
GreyHead 16 Aug, 2010
Hi dobiegillis ,

You edit the Form HTML. Open the Form Editor byt clicking the form name in the Forms Manager, then click the Form Code tab and the =/- sign by Form HTML.

Note that you cannot use Wizard Edit after manually editing the Form HTML or you will lose your manual edits.

Bob
dobiegillis 16 Aug, 2010
Hi,
thanks for the reply! That's exactly what I was looking for.. some kind of html editor.

I ended up doing it with CSS, though, and I suppose the question isn't really specific to ChronoForms. I edited the file at components/com_chronoform/css/consolidated_common.css. It had the validation styles so i knew I was in the right place.

I used the css selector: input[type="submit"] and added some css code i found online for creating submit button images.
This topic is locked and no more replies can be posted.