Redirecting to URL in new tab after submissions
-
When this form submits, I’d like to open the redirected url in a new tab. How do I modify this:
<script> document.addEventListener( 'wpcf7mailsent', function( event ) { location = 'https://example.com/'; }, false ); </script>
The page I need help with: [log in to see the link]
- The topic ‘Redirecting to URL in new tab after submissions’ is closed to new replies.