I have been using chronoforms since 2009 ! Perfect solution for my older websites..
Now I am creating a new one on Joomla 1,7 and chronoforms 4.0 rc3.3..
Created my own template in Artisteer.. So far so good..
In my template I do use jsquery. that;s where the trouble starts... no JS validation in my chronoforms.. I have tried about all tips mentioned in the forum (jQuery.noConflict();, disabling my modules with JsQuery in them, installing plugin jb_jblibrary)... I cannot get the JS validation to work..
http://www.bellaware.nl/index.php/hotel
help! can anyone give me a tip or trick ?
Now I am creating a new one on Joomla 1,7 and chronoforms 4.0 rc3.3..
Created my own template in Artisteer.. So far so good..
In my template I do use jsquery. that;s where the trouble starts... no JS validation in my chronoforms.. I have tried about all tips mentioned in the forum (jQuery.noConflict();, disabling my modules with JsQuery in them, installing plugin jb_jblibrary)... I cannot get the JS validation to work..
http://www.bellaware.nl/index.php/hotel
help! can anyone give me a tip or trick ?
Hi,
You can try one of these:
1- Use server side validation instead.
2- move your template header tag below the JQuery files references in your template's index.php file, so that JQuery is loaded first then Mootools.
I have no idea why designers keep on using JQuery if its not Joomla's default and is not as powerful as Mootools. 😲
Regards,
Max
You can try one of these:
1- Use server side validation instead.
2- move your template header tag below the JQuery files references in your template's index.php file, so that JQuery is loaded first then Mootools.
I have no idea why designers keep on using JQuery if its not Joomla's default and is not as powerful as Mootools. 😲
Regards,
Max
1- Use server side validation instead.
Works perfect !!! THNX !
2- move your template header tag below the JQuery files references in your template's index.php file, so that JQuery is loaded first then Mootools.
Didn't bother doing this because 1- solved my problem !
I have no idea why designers keep on using JQuery if its not Joomla's default and is not as powerful as Mootools. 😲
I did my design myself using Artisteer.. JQuery is automatically included in the template ;(
This topic is locked and no more replies can be posted.