Help how to make form

Discussion in 'HTML & Website Design' started by Melvin P. Ray, Aug 2, 2007.

  1. #1
    Im a complete noob but was wondering how to make a form so that when a person clicks on "sumbmit" the information is emailed to me, thanks.
     
    Melvin P. Ray, Aug 2, 2007 IP
  2. just_life

    just_life Peon

    Messages:
    232
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    A very basic way to do it would be:Some browsers might not support though!!

    <form action="mailto:n00b@n00b.com" method="POST" enctype="text/plain"><br>

    Your first name: <input type="text" size="15" maxlength="25"><br>

    <p><input type="submit" value="Submit Info!"></p>

    </form>
     
    just_life, Aug 2, 2007 IP
  3. PHPGator

    PHPGator Banned

    Messages:
    4,437
    Likes Received:
    133
    Best Answers:
    0
    Trophy Points:
    260
    #3
    Honestly, you should do it using PHP. Otherwise, your form will open up their default email software. And lets be honest, the majority of people these days seem to use web-based email systems and those can not be used to send the form and it won't work properly.

    Someone can make a rather simple form here, including me, for about $10.00 and help you set it up. :)
     
    PHPGator, Aug 2, 2007 IP
  4. Dr Small

    Dr Small Guest

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Yes, the html style is quite old, and Php would work rather well. I have several scripts in my archives that I wrote that does this same function, and wrote one for someone on another forum that did exactly this.

    Dr Small
     
    Dr Small, Aug 2, 2007 IP
  5. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Agree that it should be done serverside, though with .Net rather than PHP :D

    Other than AOL users which are obviously a bit of an exception, I dont know anyone that uses web based emails. What is your evidence to say the majority now use webmail?
     
    AstarothSolutions, Aug 3, 2007 IP
  6. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Bah, I use Lycos mail so I can access my mail whether I'm in the US or Europe without any hassle. Anyone who travels on business has at least considered having one. Your computer puked? No problem.

    Unfortunately many clients dunno that if they hold the mouse over the mailto link they can see the address at the bottom of their browsers-- that's how I deal with mailto links. It took me a hot second to convince one of the sitebuilders here at our company to have both the mailto option and a contact-page with Submit button options available. Plenty of our clients have work-server-based and hotmail accounts.
     
    Stomme poes, Aug 3, 2007 IP
  7. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I travel on business a lot but both have a laptop and a PDA/ Blackberry type toy so no need to use webmail though do have the facility should I either forget both or have some other issue - I wasnt saying that people dont use webmail just questioning the fact it is the majority.
     
    AstarothSolutions, Aug 3, 2007 IP
  8. PHPGator

    PHPGator Banned

    Messages:
    4,437
    Likes Received:
    133
    Best Answers:
    0
    Trophy Points:
    260
    #8
    I do use Outlook here at work, but I have seen an abudance of people using gmail, hotmail, and yahoo over the years. Rarely do I see people use their ISP email addresses.
     
    PHPGator, Aug 3, 2007 IP
  9. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Dan Schulz, Aug 3, 2007 IP
  10. bscdesign.com

    bscdesign.com Active Member

    Messages:
    681
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    58
    #10
    I wouldn't pay someone to custom make one. You can try this script that I made.
     
    bscdesign.com, Aug 3, 2007 IP
  11. jemy

    jemy Peon

    Messages:
    70
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #11
    check this site man click here you have lots of free scripts "mail form" php/html scripts
     
    jemy, Aug 4, 2007 IP