Gathering user information: the OIS Formserver

Use the OIS formserver and SPD to gather user data into the protected folder in an OIS site.
  1. Use SPD to build a form
  2. Switch from Design to Code or Split view to paste the formsaver tags
  3. Submit data to the form as a user would
  4. Examine the data in the formresults folder
The formserver is an OIS feature that allows reliable data collection from an Web page in an  OIS protected folder. The HTML tags are as follows:

<form method="POST" action="/ois-bin/formsrv/formsrv.dll" name="SPD_Form1">
<input type="hidden" name="SaveToFilename" value="2006Fchrom.csv">
<input type="hidden" name="FileFormat" value="CSV">
<input type="hidden" name="SuccessMsg" value="Thank you for your answers, %FirstName%.">
</form>