Viewing 1 replies (of 1 total)
  • you can still do redirect using this js code

    
    <script>
    document.addEventListener( 'wpcf7mailsent', function( event ) {
        location = 'https://example.com/';
    }, false );
    </script>
    

    just replace the location url with your thank you page or pdf file ??

Viewing 1 replies (of 1 total)
  • The topic ‘Please return the redirect’ is closed to new replies.