I have a MOSS 2007 running a site that has a public facing form that any anonymous user can fill and save. But I require that only blank forms are visible to anonymous user and that the forms filled up by other users are not visible/accesible to anonymous users.
For that I have a form library(form1) that is authentication-protected, and another form library(form2) that is available to public. My arrangement is that anonymous user fills out form from form2, and saves it in form1. But while implementing it this way, I get “Error while submitting the form” error.
Any idea ?
You can create simple workflow that move new document from public document library to protected one. Or you can email enable document library to get filled form as attachment to protected document library.
Here free workshop on with videos, detailed descriptions of the development environment etc. on how to build SharePoint Workflows. http://rshelton.com/archive/2007/10/05/free-workshop-sharepoint-document-workflow-for-developers—part-1.aspx