Redirect on completion

 
When a respondent submits a form, they can be redirected to an external URL, which can be a Tally form or an external site. You can also pass submitted form data through the URL, which comes in handy when you want to pass information to another form or site.
 
🎁
Redirect on completion is free to use for all Tally users.
 


How to set up 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.

Create a dynamic redirect

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

How it works

Simply type @ to get a dropdown with available data to add to your URL.
notion image

Types of data you can add to your URL

  • Metadata
    • Respondent ID: Unique identifier of a respondent across all forms of the same workspace
    • Submission ID: Unique identifier of a response
  • 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

This example uses a calculated field as a redirect value. We want to redirect respondents that choose "Pricing" to the landing page "acme.inc/pricing" and respondents that choose "News" to the landing page "acme.ince/blog" when they submit the form.
  1. Insert a calculated field and name it (for example: URL).
  1. Insert Conditional logic and assign a URL based on your conditions.
    1. notion image
  1. Go to form settings → Redirect on completion , click or type @ and choose your calculated field from the dropdown menu.
notion image
4. Your form will now redirect respondents dynamically based on their responses.