Hi,
I have the same issue, I tried different things. I read I should use below code to redirect to another page, but cannot figure out how to do it. Tried in functons.php file, but then the whole site came down ??
document.addEventListener( ‘wpcf7mailsent’, function( event ) {
location = ‘htps://www.cnn.com’;
}, false );
can any one help ?