Skip to content

Instantly share code, notes, and snippets.

@techjewel
Last active September 14, 2023 13:42
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save techjewel/97436ac512ff9607d1ebb64af33f0d31 to your computer and use it in GitHub Desktop.
Save techjewel/97436ac512ff9607d1ebb64af33f0d31 to your computer and use it in GitHub Desktop.
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