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:
Any suggestions?
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?
Hi coptechs,
That message usually indicates a JavaScript error on the page. Can you tell what line of code is it linked to?
Bob
That message usually indicates a JavaScript error on the page. Can you tell what line of code is it linked to?
Bob
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
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
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();
}
Line 954 jQuery(window).resize(function() {
if (jQuery(this).width() > 750) {
window.scrollReveal = new scrollReveal();
}
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
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
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.
See image.

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
Regards,
Max
This topic is locked and no more replies can be posted.