Form
Collects multiple inputs in a single go.
Using the form action block, you can collect multiple inputs in a single view making it easier for the user to submit and save time. Reducing the number of questions in a chatbot's flow minimizes user drop-offs, as users often exit when faced with too many.
Form action block consists of two sections:
Question
Form Fields
1. Question
Before showing the form itself, this question helps set the context of why the user is being asked to complete the form.
For example, βCan you please help me with your contact information?β.
2. Form Fields
Form fields are individual inputs that make up the form. Users must fill these fields out to proceed in the chat flow.
Each form field is made up of:
A Name β Provide the name of the field that will appear to your visitor
Variable β Map the variable in which the response provided by the visitors will be stored
Optional flag β You can choose to keep this form field as optional
Last updated