All Collections
Build & customize
Form logic & calculations
How to use show/hide logic for multi-choice questions
How to use show/hide logic for multi-choice questions

For multi-step forms, use "Jump to" logic to show/hide questions based on previous answers. Add conditions for each option.

Updated this week

When your form is multi-step, you can use the "Jump to" option in the logic to show or hide the next question based on previous answers.

If your question is a multi-choice field, you should add a condition for each option.

For example, you want to show the email field if the answer to the multi-choice question is option 1 and option 2. So the logic is:


if the answer is option 1,
and
if the answer is option 2
jump to
email field

show and hide logic for multi-choice field

When writing the logic, it is important to consider that the logic rules should not overlap with each other, and for different scenarios, avoid using the same logic.

Did this answer your question?