Tmosley
Mar-31-2006, 06:31 AM
Hey, its me again, i put the code below in my contact page of www.tmosleyphotography.smugmug.com (http://www.tmosleyphotography.smugmug.com) and what i would like to do is instead of having the visitors email client send the message is there another way for the information to be sent to me.
<html>
<body>
<form action="MAILTO:troymosley@gmail.com (troymosley@gmail.com)" method="post" enctype="text/plain">
<h3>To contact me, please fill in the fields below and you will recieve and email shortly.</h3>
Name:<br>
<input type="text" name="name"
value="yourname" size="20">
<br>
Mail:<br>
<input type="text" name="E-Mail Address"
value="yourmail" size="20">
<br>
Comment:<br>
<input type="text" name="comment"
value="yourcomment" size="40">
<br><br>
<input type="submit" value="Send">
<input type="reset" value="Reset">
</form>
</body>
</html>
<html>
<body>
<form action="MAILTO:troymosley@gmail.com (troymosley@gmail.com)" method="post" enctype="text/plain">
<h3>To contact me, please fill in the fields below and you will recieve and email shortly.</h3>
Name:<br>
<input type="text" name="name"
value="yourname" size="20">
<br>
Mail:<br>
<input type="text" name="E-Mail Address"
value="yourmail" size="20">
<br>
Comment:<br>
<input type="text" name="comment"
value="yourcomment" size="40">
<br><br>
<input type="submit" value="Send">
<input type="reset" value="Reset">
</form>
</body>
</html>