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]
14 Responses to “How to easily create an E-mail form for your website”
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 :/
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?
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.
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
By mushroomHEADBANGERS on May 7, 2010 | Reply
Ah, smart! Well I’m …
Ah, smart! Well I’m glad to hear you got it working
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.
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.
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?
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.
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.
By tinilpj on May 7, 2010 | Reply
thank u …ur …
thank u …ur tutorial is aw sum ……….
By tinilpj on May 7, 2010 | Reply
can make give the …
can make give the coding of that because i make lot of mistake ….
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!
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!!