Redirect after form submission
-
Hi!
I had this code for redirection on my form, and it is not working anymore.
I found the new solution for redirection here
https://contactform7.com/redirecting-to-another-url-after-submissions/
But I don’t understand to what file to add this code
<script>
document.addEventListener( ‘wpcf7mailsent’, function( event ) {
location = ‘https://example.com/’;
}, false );
</script>Please, give me more detail instructions.
Best regards,
ElenaThe page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Redirect after form submission’ is closed to new replies.