QUOTE(S3lkies @ 30 Jun, 2009 - 06:25 PM)

CODE
<Form method="post" action="mailto:Test@Test.com">
<li><p>What is your name?<br />
<input type="text" name="Name" size="40" /></p>
<input type="submit" value="Send Form" />
</form>
I have 2 questions - first up sorry its a stupid question ( I should know it ><) but
1. How do I make it when I recieve the email - it changes the subject to a pre set subject eg
SUBJECT:Message from website
2. How do I make it send from off the website ? - When I press the submit button, it loads up an email on the computer itself - I would rather it send straight from the website?
Thanks aLOT in advance

.
If you accomplish 2, you can accomplish 1 trivially. But 2 isn't entirely trivial (but fairly simple). If you want to send it from the website, you need to have some code running on the website to send it. To send, your html form would have to post to some page on the website that would process the request to email.