3

When a user tries to respond more than once to a survey that does not allow more than one response, the user gets a SharePoint error page saying "You are not allowed to respond again to this survey".

Is there a way to customize this page to have the same look and feel of the site rather than the default SharePoint error page.

1
  • I'm not sure about 2007, but in 2010, if you have publishing enabled, you can apply a custom master page to all sites and subsites - it styles ALL of the pages. Commented Dec 20, 2012 at 14:43

2 Answers 2

2

This has the same answer as the access denied page on this question: How to customize the "access denied" SharePoint Page

1
-1

change CallStack value to true in web.config

<SharePoint> <SafeMode MaxControls="200" CallStack="false" DirectFileDependencies="10" TotalFileDependencies="50" AllowPageLevelTrace="true"> 
2
  • That's not an answer to OPs' question. Commented Dec 20, 2012 at 14:26
  • In this way you will help prevent the opening of the error screen Commented Dec 28, 2012 at 11:56

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.