Last updated
Last updated
This question type is commonly used for getting a responder's date of birth or their preference for when an event should take place.
The answer to a date question is stored as date and are always formatted as .
You can force the responder to pick dates in the future or in the past by enabling the Only allow dates in the past? or Only allow dates in the future? options. This way you can ensure that your responder's birthdates are not in the future or they do not accidentally schedule an event in the past.
Enabling lets the respondent pick more than one date as an answer to a question.
The date picker menu can either be native to the platform the respondent is using (e.g. using Googleβs date picker on Chrome) or can inherit from the .
In order to change the styling of the date picker, you can go to the style tab with the question selected.
Answers for the date component can be passed in via , with the format as YYYY-MM-DD
. For example, if you want to pass in the appointment_date
answer "Apr 25 2023", append ?appointment_date=2023-04-25
to the flow URL.
A date picker.