Filter: gform_target_page
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form_id
Example hook names:
gform_target_page(base hook)gform_target_page_1(with first modifier value)
Modify the target page.
Parameters
| Name | Type | Description |
|---|---|---|
| $page_number | int | The target page number. |
| $form | array | The current form object. |
| $current_page | int | The page that was submitted. |
| $field_values | array | Dynamic population values that were provided when loading the form. |
See Also
Since
Source
Defined in form_display.php at line 636