• Hi all, i know that you can redirect forms with the following:

    <script>
    document.addEventListener( ‘wpcf7mailsent’, function( event ) {
        location = ‘http://example.com/&#8217;;
    }, false );
    </script>

    But as my uneducated head sees it, this is a blanket function so if applied will redirect ALL forms. Can this be amended to redirect only one particular form?

    TIA

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Redirect on a particular form’ is closed to new replies.