Skip to content

Instantly share code, notes, and snippets.

@amanhstu
Created October 18, 2018 19:54
Show Gist options
  • Save amanhstu/d934a11d0f9e8e63e436275e53bc06cf to your computer and use it in GitHub Desktop.
Save amanhstu/d934a11d0f9e8e63e436275e53bc06cf to your computer and use it in GitHub Desktop.
add_action( 'wp_footer', 'redirect_cf7' );
function redirect_cf7() {
?>
<script>
document.addEventListener( 'wpcf7mailsent', function( event ) {
location = 'https://www.example.com/thanks/';
}, false );
</script>
<?php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment