Redirect on completion

When a respondent submits a form, you can redirect them to an external URL — a Tally form or an external site. You can also pass submitted form data through the URL, which is handy when passing information to another form or site.
 
Redirect on completion is free to use for all Tally users.
Redirect on completion is free to use for all Tally users.
 


 

How to set up a redirect on completion

  1. Go to the form settings of your published form
  1. Switch on the toggle next to Redirect on completion
 
notion image
 
  1. Add a new web address of choice that will load once a respondent clicks the submit button at the end of your form.
 
Respondents don't see Thank you pages when you use Redirect on completion.
Respondents don't see Thank you pages when you use Redirect on completion.
 

Create a dynamic redirect

You can also use form data to create a dynamic redirect URL based on the form responses or conditional logic.

How it works

In the URL section, type @ to get a dropdown with available data to add to your URL.
 
notion image
 
There are several types of data you can add to your URL:
  • Metadata
    • Submission ID: Unique identifier of a response
    • Respondent ID: Unique identifier of a respondent across all forms of the same workspace
  • Input fields
 

Types of redirects you can create

You can add form data as part of your URL path:
notion image
 
You can also add data as query parameters (and pre-fill them in another form):
notion image
 
You can add data to use as the entire URL:
notion image
 
You can use form data as the domain part of the URL:
notion image
 

An example of a redirect

This example uses a calculated field as a redirect value. We want to redirect respondents who choose "Pricing" to the landing page "acme.inc/pricing" and respondents who choose "News" to the landing page "acme.ince/blog" when they submit the form.
  1. Add a Checkbox block with two options by typing /checkboxes and giving it a “I am looking for…” title or label
  1. Insert a Calculated fields block by typing /calculated fields
      • Add a field name (”URL”)
      • Select Text
      • Enter the main domain URL
  1. Insert Conditional logic and assign a URL based on your conditions
  1. Repeat the same step for the second checkbox option
 
notion image
 
Go to your form settings and enable the Redirect on completion toggle. Then, click or type @ in the URL field and choose your calculated field from the dropdown menu.
 
notion image
 
Your form will now redirect respondents to a different URL based on their responses.