How to easily create an E-mail form for your website

May 7th, 2010 | by admin |

From my experience, this is the easiest and quickest way to make an E-mail form on an HTML or PHP webpage.

To see the exact syntax detailed in this video go here:

http://www.t3hunderground.com/youtube/Email_Form_Syntax.txt

Feel free to alter the code to add additional fields and so forth!

Enjoy!

Duration : 0:9:1


[youtube yW5cgqf6cNo]

  1. 14 Responses to “How to easily create an E-mail form for your website”

  2. By mushroomHEADBANGERS on May 7, 2010 | Reply

    You’d have to …
    You’d have to install Apache and PHP on your system to run PHP scripts :/

  3. By ScenicHD on May 7, 2010 | Reply

    does my website …
    does my website need to be hosted in order for it to work? Or can I test it while I am still building my html website on my computer?

  4. By mushroomHEADBANGERS on May 7, 2010 | Reply

    Ensure the PHP file …
    Ensure the PHP file is in the same directory as the file with the e-mail form. Also ensure the spelling is correct (Case Sensitive) and check the CHMOD (File Permissions) on the PHP file.

  5. By Andy67669 on May 7, 2010 | Reply

    hey mate, ive …
    hey mate, ive copied ur code exactly but when i hit submit an eroor message appears saying it cannot find my php file. All the file names are correct and in the same directoy so i really dont know whats wrong? any advice would be great

  6. By mushroomHEADBANGERS on May 7, 2010 | Reply

    Ah, smart! Well I’m …
    Ah, smart! Well I’m glad to hear you got it working :)

  7. By vdub350 on May 7, 2010 | Reply

    I got it working, I …
    I got it working, I installed ssmtp and set up php to use it. Now it works.

  8. By mushroomHEADBANGERS on May 7, 2010 | Reply

    I didn’t know …
    I didn’t know G-Mail blocked that port O_O. You could always register a different e-mail (Yahoo or something) and have it all forwarded to your GMail.

  9. By vdub350 on May 7, 2010 | Reply

    This doesn’t work …
    This doesn’t work for me :(

    It fails every time. It tries to connect through port 25, but gmail blocks port 25. Any ideas?

  10. By garrywilliam1459 on May 7, 2010 | Reply

    A great tutorial in …
    A great tutorial in a relaxed enviroment so many others. Don’t give you the faith to continue and complete the excerize.

  11. By mushroomHEADBANGERS on May 7, 2010 | Reply

    Check the video …
    Check the video description. I included a link to a file I made with the exact coding you will need shown in this video.

  12. By tinilpj on May 7, 2010 | Reply

    thank u …ur …
    thank u …ur tutorial is aw sum ……….

  13. By tinilpj on May 7, 2010 | Reply

    can make give the …
    can make give the coding of that because i make lot of mistake ….

  14. By mushroomHEADBANGERS on May 7, 2010 | Reply

    No problem, I know …
    No problem, I know it can be a hassle finding a simple way of doing this. I figured I’d share for people like you. I am glad you found it helpful. If you have any further questions feel free to message or comment.

    Thanks!

  15. By linkmandrew on May 7, 2010 | Reply

    Thank you so much. …
    Thank you so much. I am writing a website for my friend and he wanted people to be able to e-mail him and now i can do that, so again THANKS!!

Post a Comment