[date] – Date

[date name="your_date"]

Commonly browsers show a date picker with the local date format but the value is always stored as YYYY-MM-DD.

Attributes:

AttributeExamplesDescription
name*name="unique_field_name"The field name. Needs to be unique in the form.
Required.
valuevalue="2025-01-01"
value="2025-12-31"
value="{field.date_123}"
The initial field value.
Optional.
minmin="2025-01-01"Minimum date allowed.
Optional.
maxmax="2025-12-31"Maximum date allowed.
Optional.

This field also supports common HTML attributes, as well as label & description attributes.