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!
When I use the image code, the form does not validate.
Any help would be appreciated!
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
I can't think of any reason that an image button woudln't work. Please post the code you are using for it.
Bob
The code does not get validated. I'm using prototype for validation.
Here is the code:[code]<span class="contentheading">Contact Us</span>
Here is the code:[code]<span class="contentheading">Contact Us</span>
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
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
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
Please help.
Thank you
This topic is locked and no more replies can be posted.