How can I get users to select multiple options as input within a facebook messenger chatbot?
Asked Answered
J

1

6

I am working on a form-fill bot, which takes takes user input in free text format, throws 3-4 relevant set of questions and give the relevant search results from the website. In this process, how can I collect information from users for questions where answers can be more than one.

For Example: What are the list of languages you are fluent in? [] English [] French [] Hindi [] Urdu

How can I fill more than one option? In conventional forms, we user checkboxes. But how to do it in FB messenger.

Thanks in advance

Jaleesa answered 24/10, 2016 at 14:30 Comment(1)
I want same , Can you please help me ?Drus
S
0

Currently there is no such support for it, but a work around would be using list template with buttons there corresponding payloads. You can send a list of languages to render with two buttons yes/no in order to take user input. Here is the link to docs https://developers.facebook.com/docs/messenger-platform/send-api-reference/list-template

Sonnysonobuoy answered 17/12, 2016 at 8:17 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.