Hi
I´m creating the next web: http://www.villa-cambodunum-estepona.es/es/villas-y-reservas/68-1-villa-cambodunum-patio
When I select "Fecha Entrada / Belegungsdatum" appears "Date Time Picker", but when I select a Date, the datetime picker doesn´t disappear.
Could you help me ?
Thank you
Regards
I´m creating the next web: http://www.villa-cambodunum-estepona.es/es/villas-y-reservas/68-1-villa-cambodunum-patio
When I select "Fecha Entrada / Belegungsdatum" appears "Date Time Picker", but when I select a Date, the datetime picker doesn´t disappear.
Could you help me ?
Thank you
Regards
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:
Bob
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
This topic is locked and no more replies can be posted.
