Hi,
I want to add a script code to my contact form to do a redirection towards homepage. Where should I add the code ?
Here is my code :
<script>
document.addEventListener( ‘wpcf7submit’, function( event ) {
location = ‘https://nextflex.bluesafire.io/’;
}, false );
</script>
Sincerely,
Nazira
Hey ENGIENextFlex,
It’s not really theme related but you could try adding your code to a function and then adding it to an action: https://developer.wordpress.org/reference/functions/add_action/
Best regards,
Rikard
Hey ENGIENextFlex,
It’s not really theme related but you could try adding your code to a function and then adding it to an action: https://developer.wordpress.org/reference/functions/add_action/
Best regards,
Rikard