-1

I am trying to make a simple form submit to an email address, keep in mind I am very novice and not very good with JS. Here is my HTML:

<div class="form">
    <form class="signUpForm" name="myForm" id="signUpForm" method="post" >
        First Name:<br>
        <input type="text" name="firstname"><br>
        Last Name: <br>
        <input type="text" name="lastname"><br>
        Email Address:<br>
        <input type="email" name="email"><br>
        <input type="submit" name="submit"><br>
    </form>
</div>

I would like the information to be sent to an email address when the user hits submit. Can this easily be accomplished?

  • Welcome to StackOverflow. You've tagged JavaScript and PHP. How do you want to do this? This question is a little short on information. Can you share what you have tried, and what problems you have run into? – Jay Blanchard Sep 17 '15 at 19:16
  • I tagged them both because I don't know that easiest way. I have tried doing PHP but found it very confusing with little explanation. – JoeyBagOfDonuts Sep 17 '15 at 19:38

0 Answers0