Action: gform_post_submission
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form_id
Example hook names:
gform_post_submission(base hook)gform_post_submission_1(with first modifier value)
Fired after form submission
Parameters
| Name | Type | Description |
|---|---|---|
| $lead | array | The Entry object |
| $form | array | The Form object |
Source
Defined in form_display.php at line 1071