Filter: gform_pre_process
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$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
| Name | Type | Description |
|---|---|---|
| $form | array | The Form Object |
Source
Defined in form_display.php at line 67