Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Anonymous suggestion box

  Asked By: Jamie Baker         Date: Mar 23, 2009      Category: Sharepoint      Views: 1214
 

We like to provide visitor of our intranet SharePoint visitor an anonymous
suggestion box . I found one anonymous blog comments but we prefer to send
it to a mailbox.

Tagged:      

 

1 Answer Found

 
Answer #1       Answered By: Gaurav Ghosh          Answered On: Mar 23, 2009       

There are many ways to accomplish this.

The anonymous  user could create a new ListItem that (from simple to more
complex):
* Generates an alert to those that need to know about it (assumes that outbound
email is configured which is likely)
* Triggers an SPListEventReceiver that sends out the email (requires some simple
custom code)
* Triggers a Workflow that creates a task, sending out the email (more complex
but more complete)

 
Didn't find what you were looking for? Find more on Anonymous suggestion box Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].