Creating WebMail Forms
WebMail is a special program which takes a user's input from a
Web page and generates an email message containing the data.
We encourage you to make some of the fields "required".
This enables you to obtain the minimum information you need from
your user. If a user did not fill a required field, they are then
instructed to "go back" and fill in those fields. The
form will not "submit" until all required fields are filled
in.
Include a red asterisk next to the required fields, as well as
a statement that the asterisk represents required fields (at the
beginning of the form).
When the user submits the form, a confirmation of the information
they submitted will appear on the Web browser, which they can print
for their records.
|