Custom Redirect URL

Available in: Business Tier

Feature

You can control where users are redirected after they submit a form.

Default Redirect

If you don’t choose a custom URL, they will be redirected to the default page: Default Thank You Page

Update Redirect

  1. Navigate to the Redirect URL setting for the relevant form. Redirect URL

  2. Enter a valid URL (including the http:// or https://).

  3. Click “Update” or hit the <enter> key.

  4. The new redirect should appear in place of the default unless there is an error.

JavaScript Response

If you’re using JavaScript or AJAX to handle the form submission, the server’s response will include the redirect URL, allowing you to manage what happens after the form is submitted.

// response from server
{
  "redirect_url": "https://www.goodsheet.io/s/thank-you"
}