Fresh install of J3.4.4 with all the updated Chrono files. Set up is: http://screencast.com/t/xvMUU2R29a9. I am using a form within the Chrono Module. The form send and saves to a database without issue. But, when i test the validation, it always reloads to /?chronoform=contactformquick&event=submit, as opposed to display the error pop ups. I have tried the relative URL with in the HTML render with no luck. When i click View Form from the Chrono list, everything behaves as it should. Comparing files and scripts between the 2 options, and i see no difference. I have used the module in the past without issue, but i have hit a dead end.
Has anyone had this issue before?
Has anyone had this issue before?
Just found my own solution, and it may be a bug. During testing the site was offline. Once i made the site live, and logged out of Joomla, the validation worked properly.
Hi RedPlugDesign,
Sounds as though there was a JavaScript error - possibly because some files weren't being loaded when the site was offline.
Bob
Sounds as though there was a JavaScript error - possibly because some files weren't being loaded when the site was offline.
Bob
Hi Bob, good speaking with you again. The error was:
TypeError: jQuery(...).tooltip is not a function
I found a similar solution that was posted in a few spots: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=32543
My initial fix was moving the Jquery above the head include.
TypeError: jQuery(...).tooltip is not a function
I found a similar solution that was posted in a few spots: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=32543
My initial fix was moving the Jquery above the head include.
This topic is locked and no more replies can be posted.