Log in

View Full Version : Script for an opt-in mailing form



Suzanne Ouimet
11-03-2006, 12:15 AM
What I want to do is have a form on my web page that the viewer would fill in that would send me an e-mail and send them on to a different web-site or page.
I don't want it to take the client to a regular e-mail page, but send directly him/her directly to the next page. Also I want the form to come to me with the information, in a regular e-mail to the address I designate.
Is this possible?
What would the code be?

BLiZZaRD
11-03-2006, 08:52 AM
PHP would be your best bet, more secure and more customizable.

The best form mailer I have found is done in php and uses captcha to avoid spam, as well as be 100% customizable, from the look and layout to which fields are mandatory, as well as allowing for one recipient, multiples, or choose from a drop down.

You can find the files and all instructions here (http://www.dagondesign.com/articles/secure-php-form-mailer-script/)