Skip to main content

Filter: gform_pre_process

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $form['id']

Example hook names:

  • gform_pre_process (base hook)
  • gform_pre_process_1 (with first modifier value)

Filter the form before GF begins to process the submission.

Parameters

NameTypeDescription
$formarrayThe Form Object

Source

Defined in form_display.php at line 67