Showing posts with label Anonymous posting. Show all posts
Showing posts with label Anonymous posting. Show all posts

Wednesday, October 16, 2013

InfoPath posting anonymously

This theme seems to come up a lot. I did some cursory searching based on a user's request
to allow anonymous users to post to a document library.

  1. http://tim-sharepoint.blogspot.com/2008/10/sharepoint-anonymous-infopath-forms.html
  2. This solution is a more classic approach using the code behind in VSTA.  This allows us to encapsulate the request with a service account to make the submission for the anonymous user.

  3. http://claytoncobb.wordpress.com/2011/06/03/infopath-allowing-anonymous-users-to-submit-forms-in-sharepoint-2010/
    This solution relies on InfoPath 2010 tight integration and expanded capabilities of SP 2010 Enterprise.
  4. http://sshela.wordpress.com/2011/05/13/how-to-enable-anonymous-access-to-a-infopath-forms-library/