Action: gform_post_paging
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form_id
Example hook names:
gform_post_paging(base hook)gform_post_paging_1(with first modifier value)
Fired after the page changes on a multi-page form
Parameters
| Name | Type | Description |
|---|---|---|
| $form | array | The Form object |
| $source_page_number | int | The page that was submitted |
| $page_number | int | The page that the user is being sent to |
Source
Defined in form_display.php at line 1081