This browser does not support basic Web standards, preventing the display of our site's intended design. May we suggest that you upgrade your browser?
To allow any of the forms processing features to return user-filled field values to you, you must both assign the forms processing script to your form and insert the five required hidden form fields. This will allow you to use the basic email message functions. To make use of additional features, you will also need to insert Optional Form Fields.
Open a FrontPage document or create your form
Select your form field

In the Where to store results section, select Send to other
From the Send to other pull-down list, select Custom ISAPI, NSAPI, CGI or ASP Script
Click OPTIONS...
The Options for Custom Form Handler dialog box appears.

In the Action text box, to tell your form where the forms processing script is located on the UWEC Web server, type /scripts/formmail/formmail.pl
From the Method pull-down list, select POST
Click OK
Continue with Defining the Required Hidden Form Fields and then Inserting the Required Hidden Form Fields.
Hidden form fields are similar to the other form fields in that they have name-value pairs with field names that are case sensitive. However, unlike the other form fields, hidden form fields are not visible to the user. Hidden form fields allow form developers to pass information from a form to a form handler script, or from one form to another.
HINT: There are additional, optional form fields available for you to use with the forms processing script. For more information, refer to Optional Form Fields.
There are five hidden form fields that must be inserted in a form in order for the forms processing script to work.
recipient
This hidden form field specifies who will receive the email message that contains the form field information. The appropriate person's email address must be entered as the value of this hidden form field. To send to multiple recipients, enter all email addresses, separated by a comma and a space as the value of this hidden form field.
subject
This hidden form field specifies the subject line of the email message containing the form results. The desired subject must be entered as the value of this hidden form field.
title
After a user submits a form, a new web page will be displayed showing the form field information that the user submitted. This hidden form field specifies the title of this web page, both on the page and at the top of the browser window. This title must be entered as the value of this hidden form field.
return_link_url
After a user submits a form, the web page, which is returned showing the form results, will contain a return link at the bottom, allowing the user to link back to another web page. The URL for this link must be entered as the value of this hidden form field.
return_link_title
After a user submits a form, the web page, which is returned showing the form results, will contain a return link at the bottom, allowing the user to link back to another web page. The value of this hidden form field specifies the text for the return link that is visible to the user. The text for this link must be entered as the value of this hidden form field.
HINT: There are additional functions available, including requiring that certain fields be filled, redirecting users to another page, sending copies, sending courtesy replies, and sending results to a text file. To do this, you must insert optional form fields. For more information, refer to Optional Form Fields.
Click ADVANCED...
The Advanced Form Properties dialog box appears.

Click ADD...
The Name/Value Pair dialog box appears.

In the Name and Value text boxes, type the name and value of the appropriate hidden form field
Click OK
You are returned to the Advanced Form Properties dialog box.
Repeat steps 3-5 until all five hidden form fields have been added
When finished, the Hidden fields list should display all the required hidden form fields
Click OK
Click OK
There may be times when you want to change information contained in the required hidden form fields. This section discusses two reliable options: removing and re-inserting the fields and making changes in the Code.
RECOMMENDATION: Regardless of the method you use, after the changes have been made, you may need to save your document, re-open it, and double check to see if the field has been modified.
Click ADVANCED...
The Advanced Form Properties dialog box appears.
Select the field to be removed
Click REMOVE
To insert a new field, continue with steps 3-9 in Inserting the Required Hidden Form Fields
Open a FrontPage document or create your form
Click SHOW CODE VIEW
The Code view appears.
![]()
Click CLOSE