Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 73026

CF7 Redirect Not Working

$
0
0

Replies: 0

I looked at the instructions on https://contactform7.com/redirecting-to-another-url-after-submissions/ before coming here.

I added the following to my child theme’s footer.php just before wp_footer() is called.

<!– script for redirecting contact form 7 to new page –>
<script>
document.addEventListener( ‘wpcf7submit’, function( event ) { location = ‘http://www.example.com/thank-you/’; }, false );
</script>

I checked the live page to make sure that the code is in fact there, and it is. However, I just get the message “Your message was sent successfully. Thanks.”. There’s no redirect happening.

This is my first time trying this new way of doing the redirect (I always used the on_sent_ok before). And I really don’t know javascript, so I have no idea what’s going on.


Viewing all articles
Browse latest Browse all 73026

Trending Articles