Title: [Plugin: WordPress Form Manager] reCAPTCHA error msg despite success
Last modified: August 20, 2016

---

# [Plugin: WordPress Form Manager] reCAPTCHA error msg despite success

 *  Resolved [multifake](https://wordpress.org/support/users/multifake/)
 * (@multifake)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-recaptcha-error-msg-despite-success/)
 * Whenever I post a form with a reCPATCHA, it’s working correctly securitywise,
   but even if I solved the captcha and mail messages are sent, the form just returns
   and I’m told “The reCAPTCHA was incorrect.” in red letters.
 * That will make people post their message over and over until they’ve realized
   that it’s not their fault.
 * [http://wordpress.org/extend/plugins/wordpress-form-manager/](http://wordpress.org/extend/plugins/wordpress-form-manager/)

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Thread Starter [multifake](https://wordpress.org/support/users/multifake/)
 * (@multifake)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-recaptcha-error-msg-despite-success/#post-2091921)
 * to clarify, if I mess with the reCAPTCHA by entering rubbish, no mail is sent
   but from the users point of view, there is no difference in behavior. He gets
   the same answer as if he failed to solve the captcha.
 * It seems that most of the time the form reappears with the posted data filled
   in, but that didn’t happen consistently.
 *  Plugin Author [hoffcamp](https://wordpress.org/support/users/hoffcamp/)
 * (@hoffcamp)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-recaptcha-error-msg-despite-success/#post-2091934)
 * That is definitely not good… thanks for pointing this out. I’ll get to work on
   it.
 *  Plugin Author [hoffcamp](https://wordpress.org/support/users/hoffcamp/)
 * (@hoffcamp)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-recaptcha-error-msg-despite-success/#post-2092026)
 * I’m not able to recreate this on my end. Would you be able to make a public form
   that behaves like you are talking about, and send a link to campbellATcampbellhoffmanDOTcom?
 *  Thread Starter [multifake](https://wordpress.org/support/users/multifake/)
 * (@multifake)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-recaptcha-error-msg-despite-success/#post-2092042)
 * I feel like saying, I’m using 1.3.13 with some modifications of my own, and at
   least one more plugin that comes with recaptcha. Details in PM.
 *  [topedia](https://wordpress.org/support/users/topedia/)
 * (@topedia)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-recaptcha-error-msg-despite-success/#post-2092152)
 * I have the same issue. I entered the data including reCAPTCHA code, and when 
   I click on send the message is “The reCAPTCHA was incorrect.”. All times, but
   all times (for now 15) the email was sent.
    I have no clue what the error is.
   I had first the normal [reCAPTCHA Form plugin](http://wordpress.org/extend/plugins/recaptcha-form/),
   with the same error. Then I tried the Form Manager, also with the error. So I
   deleted the reCAPTCHA Form plugin but the error is still there. I changed also
   the reCAPTCHA keys, without an effect. I use WordPress 3.1.2. I use the form 
   only as contact form on one site.
 * The form worked in the past with the reCAPTCHA Form, I don’t know since when 
   the error occurs.
 *  Plugin Author [hoffcamp](https://wordpress.org/support/users/hoffcamp/)
 * (@hoffcamp)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-recaptcha-error-msg-despite-success/#post-2092153)
 * If the other reCAPTCHA plugins don’t work, there is little I can do as far as
   changing my plugin, since they all use essentially the same code. But if you 
   send me a link to your form, campbellATcampbellhoffman.com, I will take a look
   and see if I can help you out.
 *  Thread Starter [multifake](https://wordpress.org/support/users/multifake/)
 * (@multifake)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-recaptcha-error-msg-despite-success/#post-2092154)
 * Well, three possible explanations left, I think. Just to narrow down the cause
   a bit, speculatively
 * 1: reCAPTCHA itself is simply broken in some way (though I doubt in this theory)
   
   2: multiple plugins that use reCAPTCHA conflict in some way because of doing 
   so a) because they come with different/altered/WFM-incompatible versions of recaptchalib.
   php (haven’t checked yet) b) conflicts with possible multiple initialisation 
   3: reCAPTCHA is sensitive to other (javascript?) stuff going on along side, though
   there is only few indication for this theory as far as I can tell so far. I think
   I haven’t seen any relevant errors in Firefoxes error console (But could well
   be I’ve missed something)
 * Right? Anything else not covered here?
 *  Plugin Author [hoffcamp](https://wordpress.org/support/users/hoffcamp/)
 * (@hoffcamp)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-recaptcha-error-msg-despite-success/#post-2092156)
 * I think that covers it. I’m leaning towards 3, though to be fair, that would 
   imply 1. Here is my reasoning: Topedia mentioned that the ‘reCAPTCHA Form plugin’
   also had the same issue. However, I have not, and clearly many others have not
   either, so this would mean that something about the environment, probably client
   side, is breaking the reCAPTCHA.
 * However, I find it odd that something like reCAPTCHA, more a security tool than
   anything else, does not break gracefully. This is why I say 1 is also likely:
   The how-to on Google’s site says that checking “if(!$resp->is_valid)” is sufficient
   to test for a valid response. If my plugin is sending an e-mail, it is only because
   this expression evaluated to ‘true’. At the very least, their tutorial does not
   cover all cases, since clearly this is evaluating to ‘true’ with garbage / broken
   scripts. Maybe “if(!$resp->is_valid === false)” will work better. I included 
   this in 1.4.16, but the problem does not happen for me, so one of you will have
   to test it out.
 * Other than that, maybe a reCAPTCHA expert can tell us what we are doing wrong.
 *  [topedia](https://wordpress.org/support/users/topedia/)
 * (@topedia)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-recaptcha-error-msg-despite-success/#post-2092159)
 * Thanks for all the inputs. I installed the new version 1.14.16, but the effect
   is the same. So I deactivated all plugins one by one, and now I found the affected
   plugin.
    In my case it’s [Facebook Like Thumbnail](http://blog.ashfame.com/2011/02/wordpress-plugin-fix-facebook-like-thumbnail/),
   a small plugin to select the correct picture for Facebook posts when you click
   on Like. If I deactivate the plugin the reCAPTCHA message is gone. I will try
   to contact the developer of the plugin or to add the Facebook attributes without
   the plugin.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘[Plugin: WordPress Form Manager] reCAPTCHA error msg despite success’
is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-form-manager.svg)
 * [Form Manager](https://wordpress.org/plugins/wordpress-form-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-form-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-form-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-form-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-form-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-form-manager/reviews/)

## Tags

 * [reCAPTCHA](https://wordpress.org/support/topic-tag/recaptcha/)

 * 9 replies
 * 3 participants
 * Last reply from: [topedia](https://wordpress.org/support/users/topedia/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-recaptcha-error-msg-despite-success/#post-2092159)
 * Status: resolved