Contact Form 7 redirect URL not working
-
I Have created a contact form on the page above… if you fill it out, it’s supposed to redirect the user to a thank you page where they have the option to download resources…. here’s the code I’m using in the “additional settings” part of my form:
<script>
document.addEventListener( ‘wpcf7submit’, function( event ) {
location = ‘https://beta.rep.direct/why-rep-download-thank-you/’;
}, false );
</script>I’m not sure why it’s not working. Thanks
The page I need help with: [log in to see the link]
- The topic ‘Contact Form 7 redirect URL not working’ is closed to new replies.