Skip to content

Instantly share code, notes, and snippets.

@techjewel
Last active February 23, 2025 12:36
Show Gist options
  • 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
});
@JoeyHsu1
Copy link

Thanks for sharing, helping a lot for me!!!

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