> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.opnform.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to redirect to another page after form submission?

OpnForm offer two different approaches to redirect form respondents to an URL after a form submission. Which one to use depends on wether your form is embedded or not.    

### If your form is not embedded
  
If you are sharing (or redirecting to) the NoteForms form link, then redirecting to an URL after a form submission is simple.  
  
* Open the for editor for your form
* Click on "Setting's from the top of the page then Select "Submission Settings" on the left side.
* Change the "Post Submission Action" to "Redirect"
  

![](https://storage.crisp.chat/users/helpdesk/website/-/1/b/5/b/1b5b982fc3df6500/chromefjbnm5mxgk_mlucar.png)

* In the field below fill in your target URL
* That's it!

| You can also use @mentions to dynamically add submission data to your links. Simply click the @ symbol and select the desired data from the pop up menu.

Example:
In the screenshot below, the user's name is added to the end of the link:


![](https://storage.crisp.chat/users/helpdesk/website/-/1/b/5/b/1b5b982fc3df6500/chromedszbrd0q3g_16czioj.png)


This technique allows you to create personalized links, such as routing customers to specific pages based on their responses.

### If your form is embedded
  
* If you embedded your form in a Notion Page: it can be done with some custom javascript code. You can read more about how to do this [on this page](https://help.opnform.com/en/article/how-to-trigger-some-code-on-form-submission-4t711b/) .