Click here to Skip to main content
16,017,852 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I'm looking for a webpart that would limit the number of responses allowed for a survey. I've found a blog response that says it can be done but no example was offered.
Posted
Updated 13-Nov-11 5:02am
v2

1 solution

You can limit the responses by setting Allow multiple responses to false.
 
Share this answer
 
Comments
Member 8398057 13-Nov-11 19:54pm    
I have to have multipkle responses, but it needs to be limited to 25.
[no name] 13-Nov-11 20:01pm    
Are you saying you only want a maximum of 25 unique responses to the survey? Add an event handler that will reject any additional responses.
Member 8398057 14-Nov-11 18:49pm    
I'l try that, thanks. I'm very new to this, can I add the event handler through the UI or does it have to be done in SP Designer?
[no name] 14-Nov-11 23:05pm    
Event handler is a coded artifact and must be done with visual studio

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900