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?
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?
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
#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
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.
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.
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
However, I'm testing a solution, hopefully it will be better than the current implementation.
Regards,
Max
This topic is locked and no more replies can be posted.