문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top