Eljay
Elite Member
:O
Posts: 2949 Reputation: 77
– / / –
Joined: May 2004
|
RE: Contact Form Code
quote: Originally posted by may73alliance
you couldn't have just asked your brother? lol
hmm all i cud do was this... im still naff at html... how do i get it to mail the infromation to an email?
code: <form name="form1" method="post" action="">
Name:
<input type="text" name="textfield">
<p> Email:
<input type="text" name="textfield">
<p> Website:
<input type="text" name="textfield">
<p> Message:
<input type="text" name="textfield">
<p>
<input type="submit" name="Submit" value="Submit">
</form>
ta
http://www.php.net/mail
|
|