¿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>?
Date input question
DanielBeckett
(Daniel Beckett)
#2
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