|
|
|
DGH
new user
Reg'd: Thu
Posts: 13
|
|
I am currently working on a website for a local non-profit group and would like to include an on-line email form to keep email address private to avoid them being caught by spammers. I also want to submit the email via the webserver rather than by launching the visitor's default email program. The form I want is like the one below, but as this submits the email using an email program this is no good.
http://www.javafile.com/forms/picaddress.php
Does anyone have the know-how to write such a script for me, or can anyone point me in the right direction to get a free script? There needs to be choice of 5 contacts available and the script needs to be easily changed as members come and go. Have already spent hours on-line looking for a script
Thank you.
|
|
firesi
new user
Reg'd: Tue
Posts: 2
|
|
Try here. Theres over 300 form handlers one must do it. http://www.hotscripts.com/PHP/Scripts_and_Programs/Form_Processors/index.html had a quick look,and will take another look later for you.
You may still get spammed.
I've had to add image verification to stop it.
|
Whizwrinkly
regular
Reg'd: Thu
Posts: 473
Loc: East London, England
|
|
I'd advise you to use a PHP script, as it is server side so the addresses can't be viewed. It can also check that the form has been filled in correctly.
-------------------- Barryoneoff.co.uk
|
|
|