🗓️Calendar picker
Last updated
Last updated
The calendar picker is a user interface component that lets users select a specific date, which is then submitted to your backend in ISO format.
📍 Where to add the tag? A rectangle layer.
To incorporate a calendar into your app, choose the appropriate tag based on your needs:
Select one day
For allowing users to select a single date, use the single
tag:
Select multiple non-consecutive dates
To enable selection of multiple non-consecutive dates, utilise the multiple
tag:
Range
To select a range of dates including start and end dates, use the following syntax:
Add a specific text color
Add a color to the active text
Add a color to the selected date
Add a background color
Choose the type of calendar you'd like to use.
Paste the tag into the layer name of a rectangle shape.
Add a styling tag of your preference.
Ensure you include the [action:submit]
tag, which triggers the action to transmit the data to your backend.
Duplicate the files below to see how to set it up!
Your feedback is valuable to us. If you have any suggestions or questions, please don't hesitate to reach out to us in the community.