Datepicker not showing

Datepicker not showing in a CF v6 form.

Overview

The issue was caused by a JavaScript optimization plugin (JCH Optimize Pro) that prevented the jQuery library from loading correctly.
Disable the optimization plugin or configure it to exclude the necessary JavaScript files from minification to allow the datepicker to function.

Answered
ChronoForms v6
Gr GreyHead 28 Mar, 2018
Answer
Hi,

It looks as if the site is not loading the jQuery library.

Bob
in info@leplo.com 28 Mar, 2018
1 Likes
Hello Bob,
Thanks for your fast reply!
I don't know why, but now, since I deactivated my plugin JCH Optimize Pro everything works fine....
Greetings Richard!
he healyhatman 05 Apr, 2018
With default settings JCH optimise and whatnot put all your javascript code into a single file, so if two things use the same variable of function name they won't work properly. You have to pick and choose which JS files to allow to be minified.
This topic is locked and no more replies can be posted.