multifake
Forum Replies Created
-
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?
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.
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.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Support for WP-reCAPTCHArecaptcha.php, Lines 16 and 29:
` if ( !function_exists ( ‘_recaptcha_qsencode’ ) )
require_once(‘/recaptcha/recaptchalib.php’);`