Log in

View Full Version : Getting contact form to work!!!



shellymabelly83
07-18-2011, 05:56 PM
Can someone help me on how to do a contact form. I have the form all set up, just a simple name, email, message form. I just have no idea how to set it all up to filter to my email address. I am learning still and I have not been able to figure this out.......Please if you can point me to the script I need and such and how to implement this into my site......

I really appreciate the help.

traq
07-18-2011, 08:20 PM
have you tried this (http://lmgtfy.com/?q=PHP+CONTACT+FORM+EMAIL)?

molendijk
07-19-2011, 08:12 PM
See also this (http://www.dynamicdrive.com/forums/showthread.php?t=63236).
===
Arie Molendijk.

prasanthmj
07-20-2011, 01:54 AM
These tutorials will be useful for you:
How to make a web form (http://www.javascript-coder.com/html-form/how-to-make-a-form.phtml)

PHP form to email explained (http://www.html-form-guide.com/email-form/php-form-to-email.html)
and

Creating a contact form for your website (http://www.html-form-guide.com/contact-form/creating-a-contact-form.html)

griffinwebnet
07-20-2011, 05:06 PM
You are going to want to use php's built in mailto function.

check out this link on ho to do it. http://www.w3schools.com/php/php_mail.asp

Best of luck, JL Griffin

*******************Edited************************

Hey ignore whay i said. The links that the guy above me posted are brilliant for what you want to do, follow them.

-JL Griffin