Redirect not working
-
Hi,
I’m trying to redirect after submission. After following the faq (https://contactform7.com/redirecting-to-another-url-after-submissions/), I am having trouble figuring out where to past the following code:“<script>
document.addEventListener( ‘wpcf7submit’, function( event ) {
location = ‘http://www.3dpdms.com/sorry’;
}, false );
</script>”Right now I have that pasted in the main page template (index.php). Is this correct?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Redirect not working’ is closed to new replies.