ON_SENT_OK code deprecated
-
hi there a question … i read about that on_sent_ok will be deprecated … and i can use a script like this:
<script>
document.addEventListener( ‘wpcf7mailsent’, function( event ) {
location = ‘https://example.com/’;
}, false );
</script>and i put this code in my admin theme panel in extra javascript … and working ..
but … with code on_sent_ok in each of my form i sent my customer to different thank you page … now with the script is not possible?
suggestions?
best regards
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘ON_SENT_OK code deprecated’ is closed to new replies.