HI,
If anyone could help me it would be great! So I am building a website for some snowboarders and they would like to collect Emails for their newsletter. this is the code i have put in. I know it is simple but when People submit there emails I want it to be send automatically to my buddies email, with out opening a email program.
Thanks,
<form action="mailto:drewkornet@gmail.com" method="post" name="newsletter" class="newsletter" id="Newsletter">
<label>Name
<input name="Name" type="text" id="Name" maxlength="20" />
</label>
<br />
<label>E-mail
<input type="text" name="E-mail" id="E-mail" />
</label>
<br />
<label>
<label>Click Submit and Send
<input type="submit" name="button" id="button" value="Submit" />
</label>
<div align="center"></div>
</label>
</form>