Filter: gform_form_notification_page
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form_id
Example hook names:
gform_form_notification_page(base hook)gform_form_notification_page_1(with first modifier value)
Filters the form to be used in the notification page
Parameters
| Name | Type | Description |
|---|---|---|
| $form | array | The Form Object |
| $notification_id | int | The notification ID |
Since
- 1.8.6
Source
Defined in notification.php at line 559