Use this link to register for a free cgi account. You will need this link to process your forms.
http://free-cgi.com/freecgi/register/index.php
Code for search
engine on your web page
<form method="get"
action="http://www.google.com/search">
<div style="border:1px
solid black;padding:4px;width:20em;">
<tr><td>
<input type="text" name="q" size="25"
maxlength="255"
value="" />
<input type="submit" value="Search"
/></td></tr>
<tr><td
align="center" style="font-size:75%">
</td></tr>
</div>
</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="">
<INPUT TYPE=HIDDEN NAME=Mail_Subject
VALUE="Application">
Make a selection please:<br><br>
<tr>
<td><input type="checkbox"
name="Country" value="
<td>1.
</tr><br>
<tr>
<td><input
type="checkbox" name="Country" value="
<td>2.
</tr><br>
<tr>
<td><input type="checkbox"
name="Country" value="
<td>3.
</tr><br><br>
<input type = "Reset"
name="reset"><br><br>
<input type = "Submit" name="Submit"
value="Submit Application"><br><br>
</form>