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?

Était-ce utile?

La 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

Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top