Question

I want to integrate a new form from a custimized SP list in a web page. But after submit the form I don't want that the user will route to the list.

I want to define what the user will see after sumbit the form.

Is it possible?

Was it helpful?

Solution

You need to add the URL of the page where you want your users to navigate after saving the form in the Source query parameter.

Like below:

https://company.sharepoint.com/sites/siteName/Lists/listName/NewForm.aspx?Source=<redirection-page-url>

Check below references for more information:

  1. Customize newform save button - Save and redirect to another form

  2. Sharepoint List after saving redirect to custom page

If that doesn't work for you then try below:

How To Redirect Different Page On Save Button Click On SharePoint Forms Using Client Side Script

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top