View Single Post
Light Poster
31Jul2010,07:08  
whaatup's Avatar
When users enter their info and hit "submit", where is their information sent to?

Code:
<html>
</script>
<div align="center" style="text-indent: 0pt;"><img src="/page/-/files/header_form_title.jpg" border="0"></div>
<form action="volunteer.php" method="post" onSubmit="return checkform();" style="position:relative;">
<input class="header_input_fname" style="position:absolute; top:0; left:0;" name="firstname" id="fname" value="First Name"
onclick="if(this.value=='First Name'){this.value='';}">
<input class="header_input_lname" style="position:absolute; top:0; left:112px;" name="lastname" id="lname" value="Last
Name" onclick="if(this.value=='Last Name'){this.value='';}">
<input class="header_input_email" style="position:absolute; top:24px; left:0;" name="email" id="email" value="E-Mail"
onclick="if(this.value=='E-Mail'){this.value='';}">
<input class="header_input_zip" style="position:absolute; top:53px; left:0;" name="zip" id="zip" value="ZIP Code"
onclick="if(this.value=='ZIP Code'){this.value='';}">
<input type="image" src="/page/-/files/btn_signup.png" style="position:absolute; top:53px; left:110px;"
class="header_input_button"><br>
</form></div></div>
<div id="nav" style="background-image:url
(/page/smartproxy/BSD_EQROVgIKSFYJRlVGRQRHBAdQV1tAVgkdAVZf/FQRRUA/SA/AwxaUBA/CwRAVwIWOVYCHUBbVg);"><script
language="javascript">

How can I use this code to have it sent to an email?


Thank you