Redirect after submission to thank you page
-
Hi there,
I’ve replaced the deprecated function to redirect after submission for the new one as it just stopped working.
When trying to do it I’ve tried absolutely everything but still doesn’t redirect to my thank you page. The script I’m using is the following, inserted on functions.php at the bottom but still doesn’t work. I’ve tried also in Additional settings but nothing.
If you check the website, forms are integrated in a “Booking plugin”. When you open a card to book any activities you’ll see the forms to fill out all the details.
<script>
document.addEventListener( ‘wpcf7mailsent’, function( event ) {
location = ‘https://www.sevillatur.com/gracias/’;
}, false );
</script>Could you please help me?
Thanks,
The page I need help with: [log in to see the link]
- The topic ‘Redirect after submission to thank you page’ is closed to new replies.