WC7 update from 5.1.4 to 5.4 : dom-events not fired anymore
-
Hello,
The website is using WC7 forms for many years, and after last WC7 update (5.4), the ajax forms does not wok anymore (submit reloads the page) and dom-events are not fired.
I added break points on document.addEventListener line and they do stop, but putting break points inside de function in parameter they never get read.
document.addEventListener( ‘wpcf7mailsent’, function( event ) {
kw_form_contact_succes();
$formSubmit.removeClass(‘process’).css(‘backgroundColor’, ‘#b2bb1c’).find(‘.title’).html(‘Soumettre’).next().attr(‘src’,’/wp-content/themes/some-thme/images/contact-form-link.png’);
}, false );No javascript error.
Any hints where to look at?
Thanks
- The topic ‘WC7 update from 5.1.4 to 5.4 : dom-events not fired anymore’ is closed to new replies.