contact form 7 yönlendirm
2
●368
- 04-12-2017, 00:56:50
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';"
- 04-12-2017, 11:10:51Eyvallah hocam çok sağolasınnetkoLiX adlı üyeden alıntı: mesajı görüntüle
