Created
September 8, 2023 04:50
-
-
Save ahsannayem/b7a0060f08b3e0a4272ee7c4618d191e to your computer and use it in GitHub Desktop.
Fluent Forms' Thank you page delay
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$form.on('fluentform_submission_success', function() { | |
setTimeout(function(){ window.location.assign("http://www.mozilla.org");}, 5000); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment