Date Picker

A visual calendar selector for choosing dates. Respondents click a calendar widget instead of typing, which prevents format errors.

Configuration

FieldDescription
Question textThe label
Min dateEarliest selectable date
Max dateLatest selectable date
Date formatHow the date displays (YYYY-MM-DD, MM/DD/YYYY, DD/MM/YYYY)
Include timeAdd time picker alongside date
Default valuePre-selected date
RequiredMust be filled

Constraints

ConstraintExampleUse case
Min: todayCan't pick past datesAppointment booking
Max: 30 days from nowLimit to near futureEvent registration
Min: start of yearCurrent year onlyAnnual surveys
No constraintsAny dateBirthdays, historical dates

Common uses

  • Appointment/meeting date
  • Event registration date
  • Start/end dates for projects
  • Date of birth
  • Delivery date preference
Note

For time-only input (without a date), use the Time Picker field instead.

Configuration tabs

Every field has 5 configuration tabs when clicked on the form canvas:

TabWhat you configure
DesignQuestion text, description, placeholder, help text
DataDefault value, variable name, prefill from URL parameters
SettingsRequired/optional, read-only, hidden
ValidationsFormat rules, min/max, custom error messages
ImageAttach an image alongside the question

Using in workflows

When this field is part of a form connected to a workflow via the Form Submission trigger, its value is available as a variable:

{{trigger.fieldName}}

Use it in any downstream node: send it in an email, store it in a database, pass it to an AI node for analysis, or use it in an If-Else condition for routing.