Is it possible to just use HTML FORM elements or do I need to use perl scripts?
I have a formmail clone preinstalled on my server (Apache) but isn't it likely that there are many spambots written precisely to exploit this program?
I also have phpNuke, but I'd rather go for the simplest, most effective solution before digging into the whizbang stuff.
What are your experiences with this? I'd really like to know.
The formmail clone you have preinstalled may have some anti spam methods in it already.
One method is making the script only work if data is posted from the same domain which I think the newer formmail scripts do.
As far as processing the data from the form it isn't overly difficult.
error check it
put it together
and send it, save it or both
redirect them to a thank you very much page