Click to See Complete Forum and Search --> : Newbie Here: How to setup a complete Contact Us Form
BenignEnvy.com
09-19-2008, 11:45 AM
I've read the html codes here for forms and don't know how to recieve the information sent to me via the contact form.
Did I miss something? Is everyone sending the visitor's info. to their email?
Thank you.
beakerboo
09-19-2008, 12:23 PM
Most of the time people use PHP to send the file, It can simple be done with the following code though.
<form action="mailto:user@site.com" method="POST"></form>
If you did wish to use the PHP method which hides your EMail from spam bots then you would need to make a PHP file. Could also insert it in a SQL table but this requires a bit more SQL and PHP know how.
Major Payne
09-20-2008, 10:56 AM
Use the following site to make your contact/feedback form online. Follow the directions and you should have no problem with getting your form to work. It takes two files, an HTML and a PHP one. Both in same directory. A third file if you wish to add a "Thank You" page. All form processing is done by the PHP file.
Online Form Maker (http://www.thesitewizard.com/wizards/feedbackform.shtml)