How to use the dropdown question type
Use the "V2 (legacy)" version of the documentation if the "V3 enabled" toggle is not enabled under "Settings -> Styling".
The Dropdown question type allows the user to choose an answer from a dropdown.
Once you have added the "Dropdown" question type to your flow, you will have the following options:
- Type: Allows you to easily change the type of question.
- Category: Allows you to give the question a certain category.
- Question: The actual question you want to ask your users.
- Text: Extra text for the question. This can be useful to explain various things.
- Show in product matches list: when enabled, it shows the selected answer of the user on the result page as a match label.
- Dropdown default select text: The text to display when there is no answer selected.
- Use dynamic answers: When enabled, the dropdown will be populated with the unique values of a configured property.
Dynamic answers based on feed property
Instead of configuring every option in the dropdown, you could also use the “use dynamic answers” option. After enabling this, you can select a property from your feed.
The selected feed property is then used to get all the unique values and present them as answers in the dropdown to the user.
- Feed property: select the property from your feed to dynamically fill the dropdown with its unique values as answers.
Additional rules
You can use additional match rules to only match a value if the match rule is met.
For example, we only want to include unique colors when a product is in stock with that color.
Documentation