Skip to content

Form Field: Time Input

Type: time

Input field for selecting a time.

javascript
{
  id: 'appointment_time',
  type: 'time',
  label: 'Appointment Time',
  required: false
}