Using the Formmail.asp Script

Review the formmail.asp Instructions. We will be using this script to process the forms you create in this class. 


Here is your chance to experiment a bit with forms:

form

  1. Using Notepad or another text editor, create the form shown above by manually entering the HTML tags necessary.  Set up the form to post the form using a CGI script at the URL http://www.mccinfo.net/webresources/cgi-bin/formmail.asp.  Use the information below to define the form elements:
  1. Save the form to one of your local drives using the filename survey_form.htm being sure to key in the .htm file extension.
  2. To test the form:

Using Redirect for Return Page

Example form that uses a custom return page controlled by the redirect hidden input tag.

<input type="hidden" name="redirect" value="http://www.mccinfo.net/info1311/forms/response.htm" />