PDA

View Full Version : Im new to all this.. email forms.



CraftsMagoo
12-22-2009, 12:33 AM
I have my email form made in dreamweaver.. but now i need to know how to get the info sent to my inbox when the submit button is clicked.

felgall
12-22-2009, 12:37 AM
I have my email form made in dreamweaver.. but now i need to know how to get the info sent to my inbox when the submit button is clicked.

You need a form2mail script that is called from the action attribute of the form that reads the fields from the form, validates them, and builds and sends the email.

BlieHost make one available that they call BlueMail. I also have a couple that I wrote at http://www.felgall.com/php2.htm

CraftsMagoo
12-22-2009, 12:38 AM
oh i see the link now sorry


You need a form2mail script that is called from the action attribute of the form that reads the fields from the form, validates them, and builds and sends the email.

CraftsMagoo
12-22-2009, 01:05 AM
You need a form2mail script that is called from the action attribute of the form that reads the fields from the form, validates them, and builds and sends the email.

BlieHost make one available that they call BlueMail. I also have a couple that I wrote at http://www.felgall.com/php2.htm

this doesn't help me at all.. i dont know how to write script as i am new to all this.. and you are charging for your script.. way to go on the SPAM there man

bobdog
12-22-2009, 08:37 AM
There is a free script that felgall offers. Just look around on his site.

Also, there are tons of free email scripts. Just google it.

But a really easy way is to just use the one that bluehost offers...

felgall
12-22-2009, 11:18 AM
But a really easy way is to just use the one that bluehost offers...

Which was the one I mentioned first - it is in cPanel under the name BlueMail.

scifieric
01-11-2010, 12:27 PM
this doesn't help me at all.. i dont know how to write script as i am new to all this.. and you are charging for your script.. way to go on the SPAM there man
I've written a little tutorial that may help.

http://www.bluehostforums.com/showthread.php?t=19367&highlight=cgiemail

Eric