Redirect to different “thank you”-pages
-
Hi!
I need different contact forms to redirect to different “thank you”-pages.
Before, I could use this snippet but it dosent work anymore. Anyone who know how to fix it?<script>
document.addEventListener( ‘wpcf7mailsent’, function( event ) {
location = ‘https://skyltar.se/tack/’;
}, false );
</script>The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Redirect to different “thank you”-pages’ is closed to new replies.