How can I show different next questions based on a visitor’s answer in the Poper Form?
You can do this by combining two things:
Set the form to One-at-a-time (Step) layout in Settings > General.
Use Logic Flow split on a choice field (radio/dropdown/checkbox) and connect each option to a different next node.
This lets you build personalized paths like:
Yes -> ask follow-up question
No -> skip to completion or a different question
Step-by-step setup
Open your form in the editor.
Go to Settings > General.
Set Layout Type to Step (One-at-a-time).
Open the Logic tab.
Add a choice question (for example, radio: Would you recommend this product?).
Add your options (for example:
No,yes).Click the split/option logic icon on that question card.
Connect each option dot to its destination:
Connect
yesto a follow-up question (example: Long Text).Connect
Nodirectly to Form Complete (or any other node).
Keep a default/fallback path connected so there is always a valid route if an option-specific condition does not match.
Connect any follow-up node (like Long Text) to the next step/end node.
Test the flow in preview:
Select yes and confirm it goes to the follow-up question.
Select No and confirm it skips to completion.
Example flow (like your setup)
yes -> Long Text -> Form Complete
No -> Form Complete
Fallback/default -> configured safe route (usually end node)
Important checks if it doesn’t work
Confirm layout is still Step (One-at-a-time).
Confirm you clicked the split icon on a choice field.
Confirm every branch is connected to a valid node.
After adding new options later, reconnect their new option dots (or they will use fallback).




