You can redirect users to different URLs after a form submission based on the answers they provide—using the automation flow builder.
1. Set the Trigger to “Form Submission” #
- In the automation flow builder, click “Add New Workflow Trigger”.
- Select “Form Submission” as the trigger type.
- Choose the specific form you want to use.
2. Add a Condition Step #
- From the “Logic” dropdown, drag the “Condition” step onto the canvas.
- In the right sidebar, scroll to “Which Dataset Will This Condition Use” and select the form that triggered the flow.
3. Set Your Filtering Rules #
- Choose the specific Field, Operation, and Value you want to filter by.
- You can add multiple conditions and select whether to match all (AND) or any (OR).
- Click Save once your conditions are set.
4. Add Redirect Step #
- From the “Logic” dropdown, drag the “Redirect Visitor To URL” step onto the canvas.
- Enter the URL you want the visitor to be redirected to.
- Click Save.
5. Connect the Flow #
- Connect the matching output(s) from the Condition step to the Redirect step.
- For other paths, you can connect them to additional actions or leave them as-is, depending on your flow logic.