Answer the question
In order to leave comments, you need to log in
Redirect not working after submitting contact form7?
There is a site, contact form7 is installed, you need to redirect to another page after sent ok. I installed the Contact form7 redirect
plugin , there is no redirect. Added functions to function.php , same effect
<script>
document.addEventListener( 'wpcf7mailsent', function( event ) {
location = 'http://example.com/';
}, false );
</script>
<script>
document.addEventListener( 'wpcf7mailsent', function( event ) {
var thankyouURL = document.getElementById("thankyouURL").value;
location = thankyouURL;
}, false );
</script>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question