Filter: gform_form_settings_fields
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
rgar($form, 'id')
Example hook names:
gform_form_settings_fields(base hook)gform_form_settings_fields_1(with first modifier value)
Filters the form settings fields before they are displayed.
Parameters
| Name | Type | Description |
|---|---|---|
| $fields | array | Form settings fields. |
| $form | array | Form Object. |
Since
Source
Defined in form_settings.php at line 807