[time] – Time

[time name="your_time"]

Commonly browsers show a time picker in format 23:59.

Attributes:

AttributeExamplesDescription
name*name="unique_field_name"The field name. Needs to be unique in the form.
Required.
valuevalue="08:00"
value="16:30"
value="{field.time_123}"
The initial field value.
Optional.
minmin="08:00"Minimum time allowed.
Optional.
maxmax="16:30"Maximum time allowed.
Optional.

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