Re: Form Security using MS FrontPage 2003
In several sites I use an email validation technique. The person (not bot) fills in their email address and an email is sent to them. They then click on a url link in the email and the url link verifies that the email address is a real one. The person is then taken to the rest of the form and completes it.
This prevents the bot from filling in the form. I do this in server side with php as it is on a unix server.
|