View Single Post
Old 01-19-2006   #1 (permalink)
ecntrc
A$s On Fiyah
 
ecntrc's Avatar
 
Join Date: May 2005
Location: Ewa Beach, Hawaii
Posts: 601

Send a message via Yahoo to ecntrc
Getting simple CSS contact for to work..

CONTACT FORM - LOL sorry forgot the M in the subject..

HTML Code:
<form action="default.asp" method="post">
<fieldset class="fieldset">
<legend>Contact Form</legend>
<label for="name">Name:</label><br class="nobr" />
<input name="name" type="text" class="textfield"  id="name"  />
<br />
<label for="email">Email:</label><br class="nobr" />
<input name="email" type="text" class="textfield" id="email" />
<br/>
<label for="website">Phone:</label><br class="nobr" />
<input name="website" type="text" class="textfield" id="website" />
<br />
<label for="comment">Comment:</label><br class="nobr" />
<textarea cols="30" rows="15" name="comment" id="comment" class="textarea"></textarea>
<br />
<label for="submit">&nbsp;</label><br class="nobr" />
<input name="submit" type="submit" class="submit" id="submit" value="submit" />
</fieldset>
</form>
I need to have it be able to be submitted and emailed to me, how can I do this. I tried several ways but nothing seems to work.. I know its simple but ahh.. I been working on my clients site for awhile.. Im quite proud but now.. i feel stupid! can someone help me! I need this done by sunday.. well max deadline for the site is monday because I leave for my trip on tuesday.. anyone please!
__________________
google is my lover, whos yours?
ecntrc is offline