[youtube https://www.youtube.com/watch?v=4lOIQBfVEbI?rel=0]
Create, manage and analyze surveys. Includes branching logic. Prevents multiple responses from the same person. Simple and easy. Analyze data in Excel in real-time.
Contents
Thank You page after survey completion
Usually after a survey we need to communicate the following:
- acknowledge that the survey data entry is complete
- reassure the respondent that the data is saved
- thank the respondent for their time and effort
- inform them about when the survey results would be out
- provide any other relevant information
Unfortunately, SharePoint survey does NOT do this. It just goes back to the results page.
Depending upon the rights given to the respondents (which usually would be just Readers), they can only see the results. But even that is usually confidential.
We would like them to go to a separate Thank You kind of page which addresses all the issues listed above.
How is this done?
- In a document library, create a page containing relevant information
- Copy the URL of that page.
- Now append the URL of this page to the Respond to survey URL
- Send the combined URL to respondents
- Now, when they finish the survey, they will be redirected to the Thank You page.
The final URL looks something like this:
Base Survey Response URL : http://<your survey form>/newform.aspx?source=http://<ThanksPageURL>
Loophole
Even if redirection is done to the Thanks page, smart users who understand SharePoint URL structure can still see the results of the survey. How to prevent that from happening?
- Add a dummy field which has a default arbitrary value.
- Create a survey VIEW which has only this dummy field.
- Keep that as the default view.
- Now anyone with viewer permission can only see the data containing one irrelevant column. That’s all.
***