View Single Post
11-26-2007, 03:26 PM
#7
o_oe is offline o_oe
Status: I'm new around here
Join date: Sep 2007
Location:
Expertise:
Software:
 
Posts: 21
iTrader: 0 / 0%
 

o_oe is on a distinguished road

  Old

Please, I actually used CSS/HTML in developing the website. The following is
the form code. Please wher should I insert the code?

<FORM ACTION = "/cgi-sys/formmail.pl" METHOD = "POST">


<input type=hidden name="recipient"
value="beamz@beamzintl.com, info@beamzintl.com">

<p>Name:</p>
<p><input type="text" name="T1"
size="25"></p>
<p>Other Names:</p>
<p><input type="text" name="T2"
size="25"></p>
<p>e.mail:</p>
<p><input type="text" name="T3"
size="25"></p>
<p>Phone No:</p>
<p><input type="text" name="T4"
size="25"></p>
<p>Comments.:</p>
<p><textarea rows="2" name="S1"
cols="25"></textarea></p>
<p><input type="submit" value="Submit"
name="B1"><input type="reset" value="Reset" name="B2"></p>
</form>

Thanks for your time.