View Single Post
  #4 (permalink)  
Old 09-12-2007, 12:05 AM
cparvin cparvin is offline
WebProWorld New Member
 
Join Date: Oct 2005
Posts: 9
cparvin RepRank 0
Default 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.
Reply With Quote