web_finder_content_search_field Shortcode
The web_finder_content_search_field shortcode adds a free-text query input to a legacy Finder. It collects search words; submitting the Finder is handled by a submit field or the form's own behavior.
The attributes below match the current Page Builder controls and public output. Use raw syntax only for reviewed content that cannot be maintained through the visual controls.
Allowed parent shortcodes: web_finder_column.
Usage
[web_finder_content_search_field]
Attributes
| Attribute | Default | Accepted values | Purpose |
|---|---|---|---|
label |
— | Plain text | Provides the visible name for the search input. |
placeholder |
— | Plain text | Adds a short example or hint inside the empty input; it does not replace the label. |
type |
search |
search |
Identifies the field as Finder's free-text search input. Keep the default. |
device_visibility |
— | String unless stated otherwise | Applies the selected responsive visibility rule. |
class |
form-control |
String unless stated otherwise | Adds one or more custom CSS classes to the rendered control. |
Finder composition
Place the input directly inside web_finder_column. The callback attaches it to the active Finder configuration and adds the standard form-control class plus spacing after the field.
Verification
Search for a known title or phrase, then clear the field and submit again. Confirm the visible label explains what is searched, the placeholder disappears while typing, and keyboard users can reach the input in the intended filter order.