I\'m using the popular wordpress plugin called Contact Form 7. Its easy to redirect the form after submitting to any page by adding this code on_sent_ok: \"location =
on_sent_ok: \"location =
This is the new way to redirect contact form 7 on submission. Place in functions.php
add_action( 'wp_footer', 'redirect_cf7' ); function redirect_cf7() { ?>
NOTE: This will redirect all contact form 7 submission to that thank you page