Filter: gform_form_post_get_meta
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form_id
Example hook names:
gform_form_post_get_meta(base hook)gform_form_post_get_meta_1(with first modifier value)
Filters the Form object after the form meta is obtained
Parameters
| Name | Type | Description |
|---|---|---|
| $form | array | The Form object |
Source
Defined in forms_model.php at line 1094