mrlyth
Forum Replies Created
-
Forum: Plugins
In reply to: [Wp-Pro-Quiz] No ActiveCampaign Integration ??Ohhh, everything makes sense then, thanks !
After several tries, it appears that it works IF I unpublish the quiz and publish it, not the “update” function.
But that’s good enough for me, Im not going to change the order all the time lol.
- This reply was modified 3 years, 9 months ago by mrlyth.
Could it be a caching issue on my end ?
Yes !
Ok yes, that works ! Thanks !
Didn’t see your reply, I’ll try !
So I tried this and it detects the event :
jQuery(‘form#forminator-module-880’).on(‘submit’, function (e) {
alert(“success”);});
But this doesn’t fire anything :
jQuery(‘form#forminator-module-880’).on(‘forminator:form:submit:success’, function (e) {
alert(“success”);});
I guess it has to do with the event itself then.
I had to change the type of quiz since it’s not possible to export a quiz with leads apparently.
Same bug though here w/o leads : https://drive.google.com/file/d/1Cl5e1emr2T-j6YJDx1QZb3DARavPelNs/view?usp=sharing
Oh I realize I’m submitting a quiz and not a form, does it change the event I have to use ?
Hi,
Yes I updated that line as well.
The problem is that this code does nothing :
jQuery(function($){
$(document).on( ‘forminator:form:submit:success’, function( formData ){
alert(“success”);
});});
And there is no error related to that in the console. Just some warnings on some fonts.
- This reply was modified 3 years, 9 months ago by mrlyth.