Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Form Query to my Hotmail address...

Options
  • 19-05-2010 4:44pm
    #1
    Closed Accounts Posts: 314 ✭✭


    So I Have a Form

    <form>
    First name:
    <input type="text" name="firstname" />
    <br />
    Last name:
    <input type="text" name="lastname" />
    </form>

    They fill it out..
    It sends to example@hotmail.com.

    Where do I begin?

    I found this on google
    <FORM ACTION="http//someserver/cgi-bin/formmail.pl" METHOD="POST">
    .....Your input elements.....
    </FORM>


    uhm....:confused:

    Basically How do I get my Users to fill out a Form on my website and then I can read it in my email?


Advertisement