>>Anyone have recommendations for CAPTCHA? Yes: don't use captcha. Users hate them.
>>what other programming can be used to figure out if the submission was done by a human? -Add some hidden check value by javascript on submit. I don't thing many bots execute correctly Javascript. - Add some Javascript Confirm on submit. >>I thought about timing the form page load and time to submission. If it took a user less than 5 seconds to fill out the form then assume they are not human. Not a good idea, some bots are able to wait between their requests; it is much easier than execute Javascript. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323078 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

