Forums

Chronoforms

wil 20 Jul, 2011
Hello,

I made an emailform with chronoforms V4 in Joomla 1.6.3
Al fields required validation. But when the email is empty it will be send to.
I want that the email only can send when al fields are filled.
What have i done wrong.
Please help!
GreyHead 20 Jul, 2011
Hi Wil,

Please post a link to the form so I can take a quick look.

Bob
wil 20 Jul, 2011
Hello Bob

This is the link to the website:

http://ithelp4you.nl/

Its a dutch site. Look under the tab contact to see the chronoform
Thanks
GreyHead 20 Jul, 2011
Hi Wil,

Your template (or some other component) is loading the jQuery JavaScript library. Out of the box jQuery isn't compatible with the MooTools library used by Joomla! and ChronoForms. You can use jQuery with MooTools in no-conflict mode. There are various ways of doing this. The simplest is to add a line of script in the ChronoForms Form JavaScript box:
jQuery.noConflict();
This will free the $ operator which is used by MooTools, so you may need to update your own javascripts to use the longer jQuery operator.

There is also a neat Joomla! system plugin named SC jQuery that allows you to control on which pages jQuery is loaded, and will always load it in no-conflict mode.

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