Hello Guys,
I am using chronoforms 3 on joomla 1.5.7 and have a form that contains two email address input boxes, namely email and confirmemail, using the validation function within chronoforms is it possible to not only validate that the email address has been entered into each box is valid but that they match each other?
Also is it possible to prevent the auto complete drop down list from appearing when typing in the confirmemail box.
any help on this would be appreicated, please bear in mind though that im a novice when it comes to coding.
Thanks
Andrew
I am using chronoforms 3 on joomla 1.5.7 and have a form that contains two email address input boxes, namely email and confirmemail, using the validation function within chronoforms is it possible to not only validate that the email address has been entered into each box is valid but that they match each other?
Also is it possible to prevent the auto complete drop down list from appearing when typing in the confirmemail box.
any help on this would be appreicated, please bear in mind though that im a novice when it comes to coding.
Thanks
Andrew
Hi Andrew,
check my post here for a similar issue with code:
http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=2&t=11560&p=17018#p17018
Regards
Max
check my post here for a similar issue with code:
http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=2&t=11560&p=17018#p17018
Regards
Max
Hello Max,
Thank you very much for your reply, with a couple of minor tweeks, namely the field names, this did exactly what i wanted it to do.
In reference to the autocomplete issue, for reference, i managed to acheive it by using the option autocomplete="off" tag in the input tag example:
Once again thanks for your assistance.
Best Regards,
Andrew
Thank you very much for your reply, with a couple of minor tweeks, namely the field names, this did exactly what i wanted it to do.
In reference to the autocomplete issue, for reference, i managed to acheive it by using the option autocomplete="off" tag in the input tag example:
<input name="email2" autocomplete="off">
Once again thanks for your assistance.
Best Regards,
Andrew
Great news! Thanks!
Max
Max
This topic is locked and no more replies can be posted.