[form as it appears to those who fill it in]

Please answer the following questions and click "Next"

First Name:
Middle Name:
Last Name:

[ form as it is saved on the server: ~umweb/how-to/cgi-scripts/survey-multi-page.html ]
Please answer the following questions and click "Next"<p>

<form method=POST action="http://cgi.www.umich.edu/cgi-bin/survey/websvcs">

   <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
      <TR>
         <TD>First Name: 
         <TD><input type="text" name="First Name" size=30><BR>
      <TR>
         <TD>Middle Name: 
         <TD><input type="text" name="Middle Name" size=30><BR>
      <TR>
         <TD>Last Name: 
         <TD><input type="text" name="Last Name" size=30><BR>
   </table>
<input type="hidden" name="nextFORM" value="survey-example2.html">
<input type=submit value="Next">
</form>