URL redirects
-
Hi. I have several forms on my website that all need to be redirected to different URLs after submission. I’ve added this code to my theme:
<script>
document.addEventListener( ‘wpcf7mailsent’, function( event ) {
location = ‘https://xpressiefcoachen.nl/ouders-3/dankjewel/’;
}, false );
</script>
However, this fires for all contact forms. Is there any way I can specify what form should have what redirect?
- The topic ‘URL redirects’ is closed to new replies.