Here is a third example of how you might use a remotely- hosted form script to carry out a survey. =========================================================== EXAMPLE FORM 3: FORM2MAIL <FORM ACTION="http://webcenter.co.uk/cgi-bin/mail.cgi" METHOD="POST"> <INPUT TYPE="hidden" NAME="redirect" VALUE="http://www.netjunk.com/users/websitebyemail/thanks04.html"> <INPUT TYPE="hidden" NAME="recipient" VALUE="szs@nospam.net"> <INPUT TYPE="hidden" NAME="subject" VALUE="WebSite-By-Email Survey"> <P><B>1.</B> Your name or pseudonym:<BR> <INPUT TYPE="TEXT" NAME="visitor_name" SIZE="60"></P> <P><B>2.</B> Your email address:<BR> <INPUT TYPE="TEXT" NAME="visitor_email_address" SIZE="60"></P> <P><B>3.</B> Your web site URL:<BR> <INPUT TYPE="text" NAME="site_url" SIZE="60" VALUE="http://"></P> <P><B>4.</B> Title of your web site:<BR> <INPUT TYPE="text" NAME="site_title" SIZE="60"></P> <P><B>5.</B> Please enter a brief description of your web site:<BR> <TEXTAREA COLS="40" ROWS="6" NAME="site_description"></TEXTAREA> </P> <P><B>6.</B> Please state how easy it was to set up your web site by email:<BR> <INPUT TYPE="RADIO" NAME="how_easy_was_it" VALUE="very easy">very easy<BR> <INPUT TYPE="RADIO" NAME="how_easy_was_it" VALUE="easy">easy<BR> <INPUT TYPE="RADIO" NAME="how_easy_was_it" VALUE="OK">OK<BR> <INPUT TYPE="RADIO" NAME="how_easy_was_it" VALUE="difficult">difficult<BR> <INPUT TYPE="RADIO" NAME="how_easy_was_it" VALUE="very difficult">very difficult</P> <P><B>7.</B> If you have any comments on setting up a web site by email, please enter them here:<BR> <TEXTAREA COLS="40" ROWS="6" NAME="comments"></TEXTAREA> </P> <P> <INPUT TYPE="SUBMIT" NAME="SUBMIT" VALUE="Submit"> <INPUT TYPE="RESET" name="RESET" VALUE="Clear"> </P> </FORM>