Javascript Event Redirection
-
Hello,
The redirection after form’s submit with javascript addEventListener seems not working.
document.addEventListener( ‘wpcf7mailsent’, function( event ) {
if ( “form_id” == event.detail.contactFormId ) {
location = “<?php echo esc_url( home_url( ” ) ); ?>/success-page/”;
}
}
Do you have noticed this issue ? Is there a solution ?Thank you
Best regards,
Nicolas
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Javascript Event Redirection’ is closed to new replies.