This is a discussion on "quick help with form-to-email" within the Starting Out section. This forum, and the thread "quick help with form-to-email are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
quick help with form-to-email
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
quick help with form-to-email
Hi,
I wanted to make a contact page for my website, so i had a look on google and saw lots about a form-to-email type thing (lol). I had a quick read on it, and i found a basic one that is free to use. I had a try and it looks nice and all, but it doesnt actually sent to my email. I think i know why, but i dont know how to fix it... The code is:
Any help would be great, Thanks. |
|
|
|
||||
|
Re: quick help with form-to-email
Quote:
There are two ways: Use the mailto: function...
The second way is using PHP.You can do this if you have PHP enabled on your hosting package. Using PHO you can do al sorts of nifty things. You can have the details emailed to you in a format you set, you can send a personalised thank you email to the user once they have submitted the form. You can add validation to check they are inputting a proper email address etc., you can redirect them to a thank you page once they have submitted their data...there is all sorts of things you can do. PHP is definitely the way to go if you can. Search google for tutorials for sending mail or contact forms in PHP. you should find loads of useful resources. Mike |
|
|||
|
Re: quick help with form-to-email
Quote:
What Mike said, plus... Contact forms using PHP are pretty simple but make sure you have some kind of security on it. Those dratted spam bots get cleverer all the time, though simply by using a form to send email you're enhancing security. Pete. |
![]() |
| Tags |
| email form |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PHP email form not sending email | Kurt | PHP Forum | 1 | Oct 12th, 2007 04:26 |
| Form submits to email via php, but email is blank!!?? | DH1234 | PHP Forum | 2 | Jun 18th, 2007 10:42 |
| Quick form question | Accurax | Web Page Design | 7 | Jun 2nd, 2007 09:57 |
| Help Me With My Email Form Please | bruno89 | Web Page Design | 6 | May 2nd, 2006 12:40 |
| HELP ME! Email form | bruno89 | Web Page Design | 2 | Apr 25th, 2006 17:42 |