function add_this_script_footer(){ ?>
<script>
document.addEventListener( 'wpcf7mailsent', function( event ) {
location = 'http://www.google.com';
}, false );
</script>
<?php }
add_action('wp_footer', 'add_this_script_footer');@metank;
temanın functions.php'sine eklersen, gönder butonundan sonra google'a yönlendirecektir.
kendine göre düzenleyebilirsin.
şu şekilde de yapabilirsin:
on_sent_ok: "location = '/deneme';"