SharePoint Survey – Redirect to Thank You Page on Finish

Requirement is to redirect users to Thank You Page in SharePoint Survey on clicking Finish button. One quick trick that comes to my mind is: Appending Source parameter to the Survey’s NewForm URL. E.g. https://sharepoint.crescent.com/Lists/TownhallMeetingSurvey/NewForm.aspx?source=/SitePages/thankyou.aspx Not a bad idea, But the problem is: It doesn’t matter whether you click on the “Finish”…

Read more

Redirect Users to Thank You page from NewForm.aspx after form submission

Requirement: Redirect to a page after adding a new item to a list. Here is my requirement: I have a SharePoint request tracking system. When users create a new entry, what I want is to redirect them to “Thank you! We have received your request. We will get back to you on…

Read more