Skip to main content

Action: gform_post_paging

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $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

NameTypeDescription
$formarrayThe Form object
$source_page_numberintThe page that was submitted
$page_numberintThe page that the user is being sent to

Source

Defined in form_display.php at line 1081