codergurl
06-18-2012, 06:47 PM
When you it submit it brings up the email, I want it to automatically submit that message to the email listed below, not bring up an email box.... help?
<form name="feedback" method="post" action="mailto:cozumelclan@yahoo.com">
First & Last Name<input type="text" name="mail" size="25">
<p>Email Address<input type="text" name="mail" size="25"></p>
<p>Comment<textarea cols="50" rows="4" name="comment"></textarea></p>
<p><input type="submit" action="mailto:cozumelclan@yahoo.com" value="Submit"></p>
</form>
<form name="feedback" method="post" action="mailto:cozumelclan@yahoo.com">
First & Last Name<input type="text" name="mail" size="25">
<p>Email Address<input type="text" name="mail" size="25"></p>
<p>Comment<textarea cols="50" rows="4" name="comment"></textarea></p>
<p><input type="submit" action="mailto:cozumelclan@yahoo.com" value="Submit"></p>
</form>