Submitting within a wizard form

What are the ways to submit when using the wizard?

Originally there was just the FMS script onComplete hook.

But we found that as the actions processor because more powerful devs needed to run actions before data was submitted so there is provision for running actions inplace of the onComplete hook.

Basically you add an wizardOnComplete_actions to the misc tab.

Reference
https://app.gitbook.com/@delfs-engineering/s/betterforms/reference/hooksoverview/hooks#additional-submission-options

HTH

Does the onComplete hook run by default after the actions within the wizardOnComplete_actions?

The reference link is broken.

If present, the wizardOnComplete_actions key will run in place of the default hook script and the default hook script will not run.