• 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 = 'http://example.com/';
    }, false );
    </script>
    • This topic was modified 3 years, 9 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.