Forums

Date Time Picker

GreyHead 07 Dec, 2011
Hi jlgarcia9 ,

Your template (or some other component) is loading (two versions of) 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();
Hopefully 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. If this doesn't work then you will need to dig deeper into the code :-(

Bob
jlgarcia9 14 Dec, 2011
Thank you for your help !!!

Perfect solution.

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