Thread Starter
asnh
(@asnh)
I agree there is other reasons for it, too!
Sure!
On the page I created a new element in Visual Composer called “Raw JS” and I added this code in there
<script>
document.addEventListener( ‘wpcf7mailsent’, function( event ) {
location = ‘http://example.com/’;
}, false );
</script>
Hope this helps!
Thread Starter
asnh
(@asnh)
Solved this by adding custom JS to the page using Visual composer