Redirects

Once a visitor to your website has successfully submitted a form, you often want to redirect them to another location. Sheet Monkey allows you to configure redirects for your form quickly and easily.

Configure in the dashboard

In the Sheet Monkey dashboard you can set the redirect in the form settings panel:

Once you save the form, your visitors will be automatically redirected to the url you enter.

Use a special field

Sometimes you might want to dynamically redirect depending on what page the user is on. You can do this by using the x-sheetmonkey-redirect special hidden field to your form code:

<input type="hidden" name="x-sheetmonkey-redirect" value="https://my-site.com/signup-success.html" />

You're just getting started

There's so much that you can do by adding Sheet Monkey special fields to your form.

Learn More
Special Fields