Hi, 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 ?