ajax bugs?

joomladude 10 Sep, 2014
v5 looks great! Thanks!

There are seem to be a few bugs in v5.02

- cfv5 loads jquery.js even though Joomla 3.3 loaded it already

- The success event of the ajax stops with an "chronoforms_validation_signs" is not defined Javascript error

- The ajax part in html.php contains two $.ajax calls. The first call is commented out. That one should be probably deleted?
Max_admin 12 Sep, 2014
Hi,

#1- that's fine, we need this file, and its not a problem!
#2- Confirmed, this happens when your first page doesn't have any required fields.
#3- Confirmed and fixed for the next update!

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
joomladude 18 Sep, 2014
great news!

regarding #1: yes, of course chronoforms needs that file. But chronoforms shouldn't load that file since Joomla v3 already loads it. Loading jquery multiple times could create problems. It even seems like you do this kind of check already in your code for Wordpress.
Max_admin 18 Sep, 2014
We do this because we have bootstrap3 but joomla uses bootstrap2, the 2 versions can't run on the same jquery object, wp doesn't have bootstrap loaded.

However, I'm testing a solution, hopefully it will be better than the current implementation.

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.