Skip to main content

Filter: gform_target_page

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $form_id

Example hook names:

  • gform_target_page (base hook)
  • gform_target_page_1 (with first modifier value)

Modify the target page.

Parameters

NameTypeDescription
$page_numberintThe target page number.
$formarrayThe current form object.
$current_pageintThe page that was submitted.
$field_valuesarrayDynamic population values that were provided when loading the form.

See Also

Since

Source

Defined in form_display.php at line 636