The reCAPTCHA is here and now you can add it to your Contact Form 7 forms..
reCAPTCHAs for multiple forms on the same page define API keys in your wp-config file to hide the settings page.
Activate the plugin through 'Plugins WordPress.
The function, which checks to make sure CAPTCHA check passed, only validates CAPTCHA response if the contact form 7 recaptcha.
So, all user would need to do would be to simply omit contact form 7 recaptcha from POST data..
alternative approach that isn't vulnerable to this weakness would be to load the form itself from DB and check to see if the recaptcha shortcode is present.
Also, in its current form, the plugin doesn't show any sort of feedback if the user fails to check the box.
This plugin causes Contact Form 7 to show 'Sender's message failed to send, the fields don't get cleared, and Flamingo puts the data into spam..
Took time understanding Google keys thingy but then was quite easy to integrate Contact Forms 7...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more