DOM events doesn’t work
-
The DOM events are not working
document.addEventListener( ‘wpcf7submit’, function( event ) {
console.log(‘submit’);
})
- The topic ‘DOM events doesn’t work’ is closed to new replies.
Home / Plugin: CF7 Invisible reCAPTCHA / DOM events doesn’t work
The DOM events are not working
document.addEventListener( ‘wpcf7submit’, function( event ) {
console.log(‘submit’);
})