• 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.