// 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 });