Filter: gravityview/common/get_form_fields
Modify the form fields shown in the Add Field field picker.
Parameters
| Name | Type | Description |
|---|---|---|
| $fields | array | Associative array of fields, with keys as field type, values an array with the following keys: (string) label (required), (string) type (required), desc, (string) customLabel, (GF_Field) parent, (string) adminLabel, (bool)adminOnly |
| $form | array | GF Form array |
| $include_parent_field | bool | Whether to include the parent field when getting a field with inputs |
Since
Source
Defined in includes/class-common.php at line 560