workflow with anonymous access
We have a Request for Information form that can be accessed anonymously and the anonymous users have add and view priveleges. What we want is when the user submits the form to have a workflow kick off that sends an email to the user who submitted the form using the email address within the form data and also send an email to an administrator.
However, we are seeing some problems with anonymous users and workflow playing nice together.
·If a user is logged in (windows authentication), then the form works as expected, the data is stored in the database, the user is directed to the appropriate page and the workflow runs.
·If no workflow is tied to the list, the anonymous user can submit their request for information as expected. The data goes into the database and the user is directed to the appropriate page.
·If a workflow is attached to the list, the user can still submit their request and the data makes it into the database. However, the user remains on the same page and the error below is displayed.
The data source control failed to execute the insert command.
Web Parts Maintenance Page: If you have permission, you can use this page to temporarily close Web Parts or remove personal settings. For more information, contact your site administrator.
Troubleshoot issues with Windows SharePoint Services.
Is there something else that needs to be done to enable workflows to work with anonymous users?
Thanks

