Skip to main content

Filter: gravityview/common/get_form_fields

Modify the form fields shown in the Add Field field picker.

Parameters

NameTypeDescription
$fieldsarrayAssociative 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
$formarrayGF Form array
$include_parent_fieldboolWhether to include the parent field when getting a field with inputs

Since

Source

Defined in includes/class-common.php at line 560