• 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>
    • This topic was modified 4 years, 4 months ago by on_edge.

    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.