Answers for "contact form 7 Redirect after popup appears Successful send in"

1

cf7 redirect to url

<script>
document.addEventListener( 'wpcf7mailsent', function( event ) {
    location = 'http://example.com/';
}, false );
</script>
Posted by: Guest on May-31-2020

Code answers related to "contact form 7 Redirect after popup appears Successful send in"

Browse Popular Code Answers by Language