Action: gform_pre_entry_detail
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form_id
Example hook names:
gform_pre_entry_detail(base hook)gform_pre_entry_detail_1(with first modifier value)
Fires before the entry detail page is shown or any processing is handled.
Parameters
| Name | Type | Description |
|---|---|---|
| $form | array | The form object for the entry. |
| $lead | array | The entry object. |
Since
Source
Defined in entry_detail.php at line 315