Redirect and block email sending
-
I want that when I use the following redirect function to also block the sending of the email.
Do you know how to do it or what is the JavaScript function to do so?<script> document.addEventListener( 'wpcf7mailsent', function( event ) { location = 'https://example.com/'; }, false ); </script>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Redirect and block email sending’ is closed to new replies.