Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I was planning on giving user an option to upload files while answering a survey. Is it possible to attach an item to a survey list ?

Thanks Joe

share|improve this question
The way Survey lists are designed, they are not as customizable as other lists. You would have to modify the content type to get the functionality you want, or use custom coding. This is probably overkill to meet your requirement. I think David's answer would work, you would have to make the custom list resemble a survey list. – CigarDoug Sep 19 '11 at 18:51

2 Answers

if not, use a custom list ;)

share|improve this answer

This may not be an ideal answer; but since surveys are not easily customizable, and a custom list doesn't behave exactly like a survey, you might try this:

  1. Create your survey.
  2. Create a document library for user documents, and filter the library to only show the user their own documents.
  3. Instruct the users to upload their docs to the library after completing the survey.
  4. Create a page with a CEWP showing instructions, and a link to the survey and a link/view of the library.
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.