All Collections
Advanced Form for Airtable
Submission Actions
How to redirect users to different pages based on their answers?
How to redirect users to different pages based on their answers?

I want to send each user to their unique URL after submitting the form.

Updated over a week ago

There are multiple ways to build conditional paths in your form:

1. Conditional pages in multi-page setup

In multiple pages mode, you can skip an entire page (not just a field) based on certain conditions.

2. Redirect to an Airtable field

miniExtensions Form has a feature called "Redirect to Airtable field". It allows you to redirect users to a URL in an Airtable field, which can be customized per user.

By creating a formula in Airtable, you can redirect users to different steps (e.g. another form) based on their answers in the previous form. The field can be a formula that is made out of any logic.

You can find the feature in this section.

💡Tip

You can show the users their previous submission(s) by redirecting them to a formula that automatically takes the user to their custom view (results page).

Related

Did this answer your question?