Date input question

(Augusto Vera) #1

¿Is there a way to make date inputs more fluid and friendly like selecting the date from a calendar?, ¿or is it just typing the date as pure text>?

(Daniel Beckett) #2

@Augusto_Vera

Unfortunately we don’t have a date picker as standard that you can use, however you may be able to find one online that you could use a Webhook to pull into the bot. Alternatively you could possible achieve this in Facebook messenger by using the Facebook Webview Extension. When asking the user to enter a date you could give a button for them to click which loads a webpage with a datepicker. They select the date and you pass this value back to the bot.

1 Like
(Augusto Vera) #3

Looks interesting, I will give it a try thanks Daniel!