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>

Recommended Answers

All 2 Replies

Yeah... mailto doesn't work that way. Take a quick search on google or Daniweb(there are plenty of them) on email scripts.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.