Inicio - Documentación - POM Theme - 09 Shortcodes - 09.1 Shortcodes reference - `web_finder_content_date_field` Shortcode

web_finder_content_date_field Shortcode

The web_finder_content_date_field shortcode adds the booking-oriented date picker to a legacy Finder. Rendering it requests the theme's date-picker assets and binds the control to the active Finder instance.

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_date_field]

Attributes

Attribute Default Accepted values Purpose
label Plain text Provides the visible name of the date input.
placeholder Plain text Adds a short date hint inside an empty input.
type generic generic Uses the generic Finder field renderer. Keep the callback default.
device_visibility String unless stated otherwise Applies the selected responsive visibility rule.
format text text Keeps the underlying Finder control text-compatible while the date picker supplies the selection UI.
class date-picker datepicker form-control CSS class list Activates the date picker and standard form styling.
id booking_date Valid unique HTML ID Identifies the booking-date input.
date_format d/m/Y Supported date-format string Controls the date representation passed to the Finder field.
values Finder-compatible value list Supplies optional allowed values for legacy programmatic use. Use the Page Builder for normal authoring.

Finder composition

Place the field directly inside web_finder_column. It is a dedicated booking-date control; use web_finder_content_meta_key_field with date format when the query must target a specific custom field instead.

Verification

Open the picker with pointer and keyboard input, select a date and submit the Finder. Confirm the displayed value follows date_format, the request changes the expected results and the visible label remains understandable without relying on the placeholder.