on_sent_ok replacement
-
I would like to use a javascript function in Additional Settings to redirect the user to a new page after 5 seconds. I tried to code this up, but not quite working yet. I want to make sure this code will continue working after you deprecate on_sent_ok.
function formForward(newPage) { setTimeout(function(){ document.addEventListener( 'wpcf7mailsent', function( event ) { location = 'https://example.com/thank-you'; } }, 5000); }
Can you provide some guidance for me. Probably useful for many other folks, too. I use this plugin on about 150 sites — love it!
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘on_sent_ok replacement’ is closed to new replies.