Filter: gravityview/fields/select/output_label
Override whether to show the value or the label of a Select field.
Parameters
| Name | Type | Description |
|---|---|---|
| $show_label | bool | True: Show the label of the Choice; False: show the value of the Choice. Default: false |
| $entry | array | GF Entry |
| $field | \GF_Field_Select | Gravity Forms Select field |
| $gravityview | \GV\Template_Context | The context |
Since
Source
- Defined in
templates/fields/field-select-html.phpat line 29 - Defined in
templates/fields/field-multiselect-html.phpat line 28 - Defined in
templates/deprecated/fields/select.phpat line 21