Okay this is what I now have:
<form action="MAILTO:[email protected]" method="post" enctype="text/plain">
Name:<br />
<input type="text" name="name" value="your name" /><br />
Your Phone Number (area code included)<br/>
<input type="text" name="phone" value="your phone" /><br />
E-mail:<br />
<input type="text" name="mail" value="your email" /><br />
Order or invoice number:<br />
<input type="text" name="order" value="order number" size="50" />
<br /><br />
<input type="submit" value="Send">
<input type="reset" value="Reset">
</form>
But when the mailer opens up it states that it is a form mail, but the data fields still are not importing, ie; name, phone, etc...


Reply With Quote

