Skip to content

Instantly share code, notes, and snippets.

@ahsannayem
Created September 8, 2023 04:50
Show Gist options
  • Save ahsannayem/b7a0060f08b3e0a4272ee7c4618d191e to your computer and use it in GitHub Desktop.
Save ahsannayem/b7a0060f08b3e0a4272ee7c4618d191e to your computer and use it in GitHub Desktop.
Fluent Forms' Thank you page delay
$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