Datepicker not working

coptechs 01 Dec, 2014
Just downloaded and installed ChronoForms to see if it will work for my purpose. Having a problem with date picker not appearing when I click 'Test Form' - In Firebug, I get the following errors:
Uncaught TypeError: object is not a function
http://localhost:8407/inspections/index.php?option=com_chronoforms5&chronoform=InspectionApplication
Failed to load resource: net::ERR_CACHE_MISS


Any suggestions?
GreyHead 02 Dec, 2014
Hi coptechs,

That message usually indicates a JavaScript error on the page. Can you tell what line of code is it linked to?

Bob
coptechs 03 Dec, 2014
How can I find the line of code it is linked to? I'm using Google Chrome.
GreyHead 03 Dec, 2014
Hi coptechs,

Click F12 or or Ctrl+Shift+I or Chrome Menu | More Tools | Developer Tools

Then click the Console tab and you should see a list of JavaScript errors at the left with linked URLs at the right, Click the URL and it should take you to the line where the error is showing up.

Bob
coptechs 04 Dec, 2014
http://localhost:8407/inspections/index.php?option=com_chronoforms5&chronoform=InspectionApplication
Line 954 jQuery(window).resize(function() {
if (jQuery(this).width() > 750) {
window.scrollReveal = new scrollReveal();
}
GreyHead 04 Dec, 2014
Hi coptechs,

That's not any code that I immediately recognise from ChronoForms. If you try this URL do you still get the error?http://localhost:8407/inspections/index.php?option=com_chronoforms5&chronoform=InspectionApplication&tmpl=component

Bob
coptechs 06 Dec, 2014
The error doesn't occur and the datepicker appears to be opening on top of the date field but it is hidden by browser.
See image.
Datepicker not working image 1
Max_admin 07 Dec, 2014
This means that something else on your page is the source of the error and that must be fixed in order to solve the datepicker issue, the error has "scroll" which mean that its some module/template feature which has some scrolling content, that can be simply disabled!

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.