Viewing 1 replies (of 1 total)
  • I don’t think that feature is supported anymore. You need to add the following script

    <script>
    document.addEventListener( ‘wpcf7mailsent’, function( event ) {
    location = ‘your redirect site here’;
    }, false );
    </script>

Viewing 1 replies (of 1 total)

The topic ‘after update -> Additional Settings: redirect hangs after send button’ is closed to new replies.