Click to See Complete Forum and Search --> : Enquiry forms
nsumner88
11-10-2008, 05:01 AM
Hey. I've made an enquiry form for my website....when you click submit, it opens your emails. Is there anyway that instead of opening you email, it just sends to the recipient's email straight from the website? (if that makes sense!)
Thanks! :)
Yelgnidroc
11-10-2008, 05:42 AM
You need a server side program such as a php form handler. Plus precautions to prevent you being used as a spam relay.
Major Payne
11-11-2008, 10:27 AM
See the following site and follow the instructions to make a very easy to use Form:
http://www.thesitewizard.com/wizards/feedbackform.shtml
Takes only 2 files. Three if you want to include a "Thank You" file. It will do what you want it to as one of the forms is the *.php form processing file which goes with it. Also made for you.
FAQs (http://www.thesitewizard.com/wizards/faq.shtml)
It's free and so easy to use.