Hide input box when buttons are presented.
# 🤝help
b
Is it possible to disable the input box when option buttons are presented? For instance, when a bot asks a multiple choice question, I want the user to only be able to choose an option rather than type text.
Not currently possible
a
I had the same question. So then what should be done if the user types in any kind of text?
a

https://youtu.be/vAaCudOUwuc?si=eqAFH4ZS7XYbLzXj

This might help
f
It will try and see if what the user writes matches one of the options from the single or multiple choice card. If it doesn't it will retry, unless you have turned that off or it has retried too many times.
You can also construct a custom retry message. You can find retries under "Advanced" in your single or multiple choice card
a
Ok great. Thanks for the responses!