web_finder_content_submit_field Shortcode
The web_finder_content_submit_field shortcode adds the action button that submits a legacy Finder's current field values.
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_submit_field]
Attributes
| Attribute | Default | Accepted values | Purpose |
|---|---|---|---|
label |
— | Plain text | Supplies the field label passed to the Finder renderer. |
value |
— | Plain text | Sets the visible button text. |
button_style |
1 |
1 or a configured button-style slug |
Selects a button style defined in the POM design system. |
submit |
author |
author |
Hidden builder compatibility value. Leave it unchanged. |
device_visibility |
— | String unless stated otherwise | Applies the selected responsive visibility rule. |
type |
submit |
submit |
Identifies this field as the Finder submit action. |
class |
— | Space-separated CSS class names | Appends classes after the full-width POM button classes generated from button_style. |
Finder composition
Place the button directly inside a Finder column, normally after the fields it submits. Its styling comes from the selected POM design-system button variant and the callback always makes it full width.
Verification
Activate the button with pointer and keyboard input and verify all preceding Finder values reach the results query. Check that the button text describes the action, the chosen design-system style is visible and the full-width control fits its column.