Skip to main content

Filter: gravityview/fields/select/output_label

Override whether to show the value or the label of a Select field.

Parameters

NameTypeDescription
$show_labelboolTrue: Show the label of the Choice; False: show the value of the Choice. Default: false.
$entryarrayGF Entry.
$field\GF_Field_SelectGravity Forms Select field.
$gravityview\GV\Template_ContextThe template context.

Since

  • 1.5.2
  • 2.0: Added $gravityview parameter.

Source

  • Defined in templates/fields/field-select-html.php at line 30
  • Defined in templates/fields/field-multiselect-html.php at line 29
  • Defined in templates/deprecated/fields/select.php at line 21