Button Action Questions
What Are Action Questions
Action questions can be added to any button type except the Grouping Button. Each time a user clicks a button with action questions, they are prompted to answer specific questions before the action is executed. These answers are then used within the action itself, providing a dynamic and customizable experience.
Types of Action Questions
Text Input
With the Text Input type, the user’s response is directly inserted into the action. Whatever the user types will be reflected in the action. For example, if a button is configured to require the user’s name, they will type it in, and that value will be used in the action.
Select Dropdown
The Select Dropdown type presents the user with a list of predefined options. Each option has two key parts:
- Label: This is what the user sees in the dropdown menu.
- Value: This is the underlying data used in the action when the label is selected.
How It Works
When a user clicks a button with action questions:
- They are prompted to provide answers via text input or dropdown selections.
- These answers are used in the action to dynamically modify or guide what happens next.
This approach allows for flexible actions that can adapt based on user input, giving each button more versatility.
For a detailed example, see this guide on action questions.