Fires when a form submission is completed.
Description
At the point of this action, all submission data is already synchronized with the database and its status is set as ‘completed’.
Parameters
- $submission
-
(awsmug\Torro_Forms\DB_Objects\Submissions\Submission) (Optional) Submission object.
- $form
-
(awsmug\Torro_Forms\DB_Objects\Forms\Form) (Optional) Form object.
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |