Action: gform_after_update_entry
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form['id']
Example hook names:
gform_after_update_entry(base hook)gform_after_update_entry_1(with first modifier value)
Fires after the Entry is updated from the entry detail page.
Parameters
| Name | Type | Description |
|---|---|---|
| $form | array | The form object for the entry. |
| $lead | int | ['id'] The entry ID. |
| $original_entry | array | The entry object before being updated. |
Source
Defined in entry_detail.php at line 356