Hi Steve,

I use Lyla captcha and it seems easy enough to implement, I know allot of
people are also fond of cfformprotect which is a non captcha solution I'm
yet to try out. See this link: http://lyla.maestropublishing.com/ 

As for the mailto links, I'm sure they are the root cause of the issue, You
may want to try and disguise them from bots trawling the net, give this a
go.

<script language=javascript>
        var ppclink = "Email The Sales Team"; 
        var ppcname = "info"; 
        var ppchost = "thinkbluemedia.co.uk"; 

        document.write("<a href=" + "mail" + "to:" + ppcname + "&#64;" +
ppchost + " title='Please get in touch'>" + ppclink + "</a>")
</script>

Outlook seems to be screwing my text wrap, but I'm sure you'll be able to
see the variables to change. Ppcname is the bit before the @ sign, and the
ppchost goes after it. It'll then display to the user nicely, but a bot is
less likely o pick it up.

Hope that helps,

Rob

-----Original Message-----
From: Steven Sprouse [mailto:[EMAIL PROTECTED] 
Sent: 16 April 2007 13:48
To: CF-Talk
Subject: CF CAPTCHA - need help!

I have a feedback form on our website, and we're getting a lot of SPAM.  I
don't know if it's because we're using mailto in the cf code or because
we're not using some sort of image verification on the form (I'm sure it's a
combination of the two).  Does anyone know of a good CF based form
validation/image verification code to help make our feedback section more
secure? 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275339
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to