Whither CAPTCHA, Enter CFFormProtect
We've been looking to replace, or least offer an alternative to, the current CAPTCHA in Mura. After some research, we've decided to use Jake Munson's excellent CFFormProtect.
You can find a complete description of the project at RIA Forge using the link above, but here are a few reasons we chose to include it in Mura CMS:
- Fully Accessible
- Invisible to Users
- Goes beyond simply requiring human form submission providing tests for multiple URL submission, mouse movement, keyboard use, timed submission, and keywords.
- Easily Configurable
- Support for Akismet and Project Honey Pot
We've been using on this site and a couple client sites and it's been a real lifesaver.
How to use CFFormProtect in Mura
CFFormProtect is already a part of public-facing system forms in Mura, but if you want to add it to a form created in the Forms Manager, here's how:
- Create a form in the Forms Manager.
- In between the opening and closing <form> tags, enter this code:
[mura ]dspInclude('display_objects/dsp_form_protect.cfm')[/mura ]Note: Don't forget to remove the spaces after the "mura" but before the closing "]" - Save the form and add it to a page.
- Configure your settings here: /requirements/cfformprotect/cffp.ini. Documentation for configuration can be found here: /requirements/cfformprotect/documentation.html
- If you would like to use the Honey Pot project with CFForm Protect, you can get an API key here, after you've registered.
This is available with Mura version 5.1.530.
Comments
- Ronnie
I do not see /requirements/cfformprotect/ folder... is it incliuded a newer version of Mura or something?
- July 28, 2009, 6:03 PM
- Matt Levine
Yes, it's in the latest download.
- August 1, 2009, 3:34 PM
- Dan Vega
Every time I think It would really be nice if Mura could do 'x' out of the box..it does! Great little feature that will save people from a ton of spam!
- August 10, 2009, 8:51 AM
- Mary Jo Sminkey
This is great news! I am a huge fan of CFFormProtect (and detest captchas!) so really glad to see this being used in Mura now.
- August 23, 2009, 4:17 PM
- Paolo Broccardo
Has anyone used cfformprotect with fusebox successfully? (Not in Mura)
I ran a test last night via two sites with CFFP - via a simple webpage and via an existing application using fusebox.
The results differered when the same spam terms were entered.
Also - I found the results very unreliable. If I added the word "viagra" to a text box, sometimes it would flag it as spam, and other times not.
It should ALWAYS have flagged it as spam as I set the points for words such as "viagra" to 4, which means on keywords alone the script SHOULD have failed.
Has anyone tested CFFP this thoroughly?
Regards
Paolo
- October 9, 2009, 1:34 PM