Skip to content

Instantly share code, notes, and snippets.

@techjewel
Last active September 14, 2023 13:42
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Form submission success JS Event in Fluent Forms
// Event on form submission success
// You can paste this script to Form's custom JS Box
$form.on('fluentform_submission_success', function() {
// You can run your own JS and will be run on successful form submission
});
@gnanasekaran08
Copy link

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment