<pre>
Class account
webclassaccount@gmail.com
Cla$$ount
Form examples
<form METHOD="post"
ACTION="http://www.free-cgi.com/freecgi/form2mail/form2mail.php">
<INPUT TYPE=HIDDEN NAME=Username
VALUE="webclass">
<INPUT TYPE=HIDDEN NAME=Continue
VALUE="ex1.html">
<INPUT TYPE=HIDDEN NAME=Mail_Subject
VALUE="Background Info">
Select a Gender please<br><br>
Male<input type="radio" name="Sex"
value="Male"> <br><br>
Female<input type="radio" name="Sex"
value="Female"><br><br>
If you need to make changes click on the reset button and
enter data again.
<input type="Reset" name =
"reset"><br><br>
Click on the Submit Registration button to complete you registration.
<input type="submit" name="submit"
value="Submit Registration"><br><br>
</form>
<form METHOD="post"
ACTION="http://www.free-cgi.com/freecgi/form2mail/form2mail.php">
<INPUT TYPE=HIDDEN NAME=Username
VALUE="webclass">
<INPUT TYPE=HIDDEN NAME=Continue
VALUE="ex1.html">
<INPUT TYPE=HIDDEN NAME=Mail_Subject
VALUE="Background Info">
Please make a choice<br><br>
<table width="325" >
<tr valign="top"><td
width="35"><input type="checkbox"
name="Country" value="Jamaica"/>1.</td><td>
<tr valign="top"><td width="35"><input
type="checkbox" name="Country"
value="Trinidad"/>2.</td><td>
<tr valign="top"><td
width="35"><input type="checkbox"
name="Country" value="
</table>
If you need to make changes click on the reset button and
enter data again.
<input type="Reset" name =
"reset"><br>
</form>
<form METHOD="post"
ACTION="http://www.free-cgi.com/freecgi/form2mail/form2mail.php">
<INPUT TYPE=HIDDEN NAME=Username
VALUE="webclass">
<INPUT TYPE=HIDDEN NAME=Continue
VALUE="ex1.html">
<INPUT TYPE=HIDDEN NAME=Mail_Subject
VALUE="Background Info">
<!--select box with options size 3-->
<select name="Select" size="1" >
<option
value="Jan">January</option>
<option
value="Feb">February</option>
<option
value="Mar">March</option>
<option
value="Apr">April</option></select>
</select><br><br>
If you need to make changes click on the reset button and
enter data again.
<input type="Reset" name =
"reset"><br><br>
Click on the Submit Registration button to complete you registration.
<input type="submit" name="submit"
value="Submit Selection"><br><br>
</form>
<form METHOD="post"
ACTION="http://www.free-cgi.com/freecgi/form2mail/form2mail.php">
<INPUT TYPE=HIDDEN NAME=Username
VALUE="webclass">
<INPUT TYPE=HIDDEN NAME=Continue
VALUE="ex1.html">
<INPUT TYPE=HIDDEN NAME=Mail_Subject
VALUE="Background Info">
Select your date of birth<br><br>
<select name="month">
<option value="January">January</option>
<option
value="February">February</option>
<option value="March">March</option>
<option value="April">April</option>
</select>
<select name="Year">
<option value="1976">1976</option>
<option value="1977">1977</option>
<option value="1978">1978</option>
<option value="1979">1979</option>
</select>
If you need to make changes click on the reset button and
enter data again.
<input type="Reset" name =
"reset"><br><br>
Click on the Submit Registration button to complete you registration.
<input type="submit" name="submit"
value="Submit Selection"><br><br>
</form>
<form METHOD="post"
ACTION="http://www.free-cgi.com/freecgi/form2mail/form2mail.php">
<INPUT TYPE=HIDDEN NAME=Username
VALUE="webclass">
<INPUT TYPE=HIDDEN NAME=Continue
VALUE="ex1.html">
<INPUT TYPE=HIDDEN NAME=Mail_Subject
VALUE="Background Info">
<b>Surname</b> <input type="text"
name="Surname" size="40" max length =
100><br><br>
<b>First Name</b> <input
type="text" name="Firstname"
size="40"><br><br>
<b>Tel Numbers</b><input
type="text" name="Number"
size="40"><br><br>
<b>Email Address</b> <input
type="text" name="Email"
size="40"><br><br>
<INPUT TYPE=HIDDEN NAME=Order
VALUE="Surname,Firstname,Number,Email">
If you need to make changes click on the reset button and
enter data again.
<input type="Reset" name =
"reset"><br><br>
Click on the Submit Information button to complete you registration.
<input type="submit" name="submit"
value="Submit Information"><br><br>
</form>
Creating a Free cgi Account
You will need to create a CGI account to process your forms
Go to this website
http://free-cgi.com/freecgi/register/index.php
Scroll down the page and fill in your
username and email address. Please note that you username should be unique
maybe a combination of letters and numbers (The Username will be used in
processing your form so please remember it Click on Create Account
Go to your email and open your Free
Cgi registry mail
Click on the link provided to
complete your registration
Type a new password in the New
password box
Type your website url (this would be
the website you uploaded to your new website address which you created in
section one
Click Create Account
You should get a page saying
congratulations.
Now you can begin using your own user
name in your form.
</pre>