|
MailForm
This cgi sctript allows you to have a form on a web page which actually
sends an e-mail to you when the user sends it to you. It has several
great features:
What can you do with this form
Recipient:
Who is it to be mailed to:This form field allows you to specify
where your form results will be mailed. Most likely you will want
to configure this option to send to your email address.
subject
The subject field allows you to specify the subject that you wish
to appear in the email that is sent to you after the form has been
filled out.
email
Allows the user to specify their return email address. This will
be put into the 'from' field of the message you receive. You can
require an email address with valid syntax.
realname
The realname form field will allow the user to input their real
name. This field is useful for identification purposes and will
also be put into the 'from' line of your message header.
redirect
You can send the user to a pre-made HTML page once they have filled
out the form
required
You can require certain fields in your form to be filled in before
the user can successfully submit the form. If the required fields
are not filled in, the user will be notified of what they need to
fill in, and a link back to the form they just submitted will be
provided. You can even use a customised error page, to which users
will be redirected to if there are fields listed in the required
form field that are not filled in. This allows you to customise
the error page.
Back to the
scripts page.
|