First try at <form>. HTML is as follows:
The only thing that happens is I get a new mail message window with no subject, no content, and having to click Send to make it go.
I thought it was supposed to automatically send the message with the value of job_number in the body.
What am I missing?
Code:
<form method="POST" action="mailto:me@mydomain.com" enctype="text/plain">
<input type="text" name="job_number" size="23">
<input type="submit" value="Submit form">
</form>
The only thing that happens is I get a new mail message window with no subject, no content, and having to click Send to make it go.
I thought it was supposed to automatically send the message with the value of job_number in the body.
What am I missing?