You can easily redirect users to a specific URL after they submit your form.
This tutorial covers how to set up constant redirection (to one specific address) and conditional redirection (based on form responses).
Constant redirection (No conditions)
If you want to redirect all users to the same URL after form submission, without applying any conditions, follow these steps:
Open the form editor
Go to your form, enable edit mode, and click Edit form.Set the redirect URL
In the form editor, go to the Settings tab. Scroll down to find the Redirect URL box. Paste the desired URL here.
Example:
If you want all users to be redirected to your website’s homepage, paste the URL, e.g., https://www.example.com
.
After users submit the form, they will automatically be redirected to the URL you provided.
Conditional redirection (Based on responses)
If you'd like to redirect users to different URLs depending on their responses, you can do so using Formaloo's conditional logic.
Open the Logic tab
In the form editor, click on one of the fields and navigate to the Logic tab. Then click on the advanced logic button.Set up a conditional redirect
In the advanced logic section, scroll to the end of the logic page, and in the "On submitting the form" section, there is a condition called "After submit, go to link". You can use this to define where users are redirected based on their form responses.
Example 1: Redirect logic for score field
If a user's score is greater or equal to 5, you can redirect them to URL1 (e.g., https://URL 1
).
If their score is less than 5, they can be redirected to URL2 (e.g., https://UrL 2
).
Example 2: Redirect logic for single-choice questions
You can use conditional redirection based on single-choice fields (like Yes/No answers or other options) to send users to different URLs after submission.
The process is the same as setting up any other logic in the Logic page:
Open the Logic tab
In the form editor, click on the field, go to the Logic tab, and scroll down to the advanced logic section.Set up redirect Logic for single-choice fields
Scroll to the end of the logic page, and in the "On submitting the form" section, add your logic.
Let’s say you have a single-choice field with two options.
If the user selects Option 1, they should be redirected to Link 1 (e.g., https://link1.com
).
If they select Option 2, they should be redirected to Link 2 (e.g., https://link2.com
).
You can add more options and corresponding links based on the choices provided in the single-choice field.
⭐ Pro Tip:
Redirection always occurs after the form is submitted. The user must complete the form to be redirected to the URL you set up.
For more details on setting up conditional logic, check out our article on conditional redirection.
Watch this video to learn more about logic:
🗄️ Old dashboard:
Constant redirection in the old dashboard
On your form editor, go to the "Settings" tab. Then, you can paste the link you want your users to get redirected to in the "Redirect URL" box.
Conditional redirection
You can set up conditional redirection in the "Logic and Calculator" tab.
You can use it if you want to redirect each user to a different URL depending on their Score, for example.
On the advanced logic, there is a condition called "After submit, go to link".
For instance, the logic condition will be as the following:
If the "Score" is less than 10, then "after submit, go to link" URL1.