Filter: gravityview/extension/search/input_type
Modify the search form input type based on field type.
Parameters
| Name | Type | Description |
|---|---|---|
| $input_type | string | Assign an input type according to the form field type. Defaults: boolean, multi, select, date, text |
| $field_type | string | Gravity Forms field type (also the name parameter of GravityView_Field classes) |
| $field_id | string|int|float | ID of the field being processed |
Since
- 1.2
- 1.19.2: Added $field_id parameter
Source
Defined in src/Widget/Types/SearchWidget.php at line 500