Help with new redirect
-
Anybody who can help me with the new type of redirect? I tried adding
<?php
//Redirect to Thank you Page if page name is “contact”
if ( is_page(‘contact’)) {
?>
<script>
document.addEventListener( ‘wpcf7mailsent’, function( event ) {
location = ‘https://example.com/thank-you’;
}, false );
</script>
<?php } ?>to the footer, but it breaks the website…
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Help with new redirect’ is closed to new replies.