Use of FormMail
User can accept user input from a form at the web page.
this inputs will be send to specific email address.
To make use of this, user should create a form, for example
The syntax for the FormMail is like this:
<form method="POST" action="http://www.med.cuhk.edu.hk/cgi-bin/FormMail.pl">
<p>Your Name: <input type="text" name="name" size="20">
<p>Your Email: <input type="text" name="email" size="20"> </p>
<p><input type="submit" value="Submit" name="Submit"><input type="reset" value="Reset" name="Reset"></p>
<input type=hidden name="recipient" value="email@yourhost.xxx">
<input type=hidden name="required" value="name">
<input type=hidden name="subject" name="Test FormMail"></form>
|
The highlighted code is mandatory to be place in the form, however, user can
modify the number
You can modify the name and number of fields in order to customize your form.
For more information, please refer to the following web page.
http://www.worldwidemart.com/scripts/readme/formmail.shtml#form_config