Yet Another Redirect Error/Question
-
Hey everyone!
I’m running into a mysterious issue with redirecting my form to an external page on submit. I feel like I’ve tried everything, yet it still won’t redirect.This is the code I have directly in my footer file:
<script> document.addEventListener( 'wpcf7mailsent', function( event ) { location = 'https://carolinasmatchmakeradmin.com/'; }, false ); </script>
I’ve tried putting this code pretty much everywhere, deactivated all plugins, and even tried using the CF7 Redirection Plugin, but so far absolutely no luck. I get the “Thank you for your message. It has been sent.” message and the email comes through just no redirect.
Has anyone had a similar issue? How did you end up figuring out?
Thanks in advance for your help!
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Yet Another Redirect Error/Question’ is closed to new replies.