Submit Image?

tadosborn 02 Jun, 2008
Is it possible to use an image for the submit button?
When I use the image code, the form does not validate.
Any help would be appreciated!
GreyHead 03 Jun, 2008
Hi tadosborn,

I can't think of any reason that an image button woudln't work. Please post the code you are using for it.

Bob
tadosborn 03 Jun, 2008
The code does not get validated. I'm using prototype for validation.
Here is the code:[code]<span class="contentheading">Contact Us</span>
GreyHead 03 Jun, 2008
Hi tadosborn,

Please remove the class attributes from your input fields. ChronoForms uses class attributes for validation and having two gives it indigestion.

You can either set your css some other way - or, if you *must* have class attributes in the input fields you need to specify the validation manually e.g. class="blue-form required" (turn validation 'on' in the Validation tab but leave the field boxes empty.

Bob
tadosborn 03 Jun, 2008
Works great now! Thank you!!
voomla 12 Jun, 2008
I have almost the same form, but how do I make sure both the email and confirm email fields must have the same value?

Please help.

Thank you
GreyHead 14 Jun, 2008
Hi voomla,

This isn't in the validation package that Max is using but you can find instrustions on how you can add other validation tests here.

Bob
This topic is locked and no more replies can be posted.