Hi, thanks for this plugin. I have it setup as stated in step 1 and step 2.
Now I wish to continue to step 3 but I have no idea what to do or where to add it.
Author says to paste it in the form validation in PHP, also I read he commented about serverside validation. Still it says nothing to me.
Which php file should I open? comments.php? or wp-comments-post.php? or comment-template.php? or another file? And then, where do I place the code?
I’m a complete newbie and I hope someone can give me the answer.
Also, in the code it says ‘yourtextdomain’. Should I replace that with my own domain name?
Any input is appreciated, thank you.
]]>My server side validation xxx.php cannot find “wpmsrc_check” after I embedded the validation php code.
This always fails: function_exists( ‘wpmsrc_check’ )
I created a custom form and my form statement is coded like this:
action=”/wp-content/custom-php/xxx.php”
I don’t understand why my xxx.php cannot find wpmsrc_check?
It appears my xxx.php cannot access any plugin libraries, but how can I make it do so?
Thanks for any help.
–Alex (newbie)
This is very likely an issue with my implementation and not the plugin. I’m using jQuery’s .load() function to retrieve the results after the form is submitted. It works great when the captcha is entered correctly. Though if the user gets the captcha wrong on their first attempt, the widget disappears. Any advice you can offer would be greatly appreciated. Thanks for this very useful plugin, btw!
Best Regards,
Dustin
You can see the form here: https://falgout.us/
]]>Before being tempted to do a drive-by 2-star rating, please understand this plugin’s intended purpose as an add-on module for plugin and theme developers.
What this plugin does:
Provide a function to add reCAPTCHA to any custom form and validate the input. For instance, in my plugin Strong Testimonials.
What this plugin does NOT do:
Add reCAPTCHA to standard WordPress forms like logins or comments. For that, try Google Captcha by BestWebSoft.
Rather integrate reCaptcha directly in your plugin or theme and skip Yet Another Plugin? Be my guest. Use my code. I’ll gladly help.
Or if you are coming to the conclusion that Captcha is simply not getting the job done anymore, have a look at the excellent Zero Spam plugin.
Strong Testimonials offers two such honeypot methods as well.
]]>This is probably something stupid-easy, but the recaptcha_response_field is not being posted, in my form?
I’ve added the form, as per your instructions, and on the serverside validation, I’m checking for $_POST['recaptcha_response_field']
, but inspecting my page with Firebug shows there’s no $_POST['recaptcha_response_field']
variable at all? The other $_POSTs from my form are there.
I’m submitting the form via AJAX (which is new to me)
]]>Dear WP Mission team,
Thank you so much for coming up with the ‘Simple reCaptcha’ it is what I have been looking for. ??
I have no problems setting up the plug in and making it appear on my contact form. What I am heavily struggling with is the validation bit.
the theme I used handles the validation with jQuery and I am completly clueless on how to make it work:
jquery.validate.js:
and jquery.metadata.js :
thank you very much for your time,
kind regards
ash
Hi,
I’ve found a small syntax error.
$errors['captcha'] = _( 'Please complete the CAPTCHA.', 'yourtextdomain' );
should be:
$errors['captcha'] = __( 'Please complete the CAPTCHA.', 'yourtextdomain' );
text domain requires 2 underscores.
With one you get a warning in error log:
Warning: _() expects exactly 1 parameter, 2 given in …./functions.php on line xyz
Thank you
]]>Hi,
I’ve installed the plugin following instructions and the only problem I see the reCaptcha form style is a bit weird.
You can see it here: https://wpgeo.directory/?geodir_signup=true
Can you help me identify the problem?
Thx
]]>Hi,
Should the plugin be network activated?
Thanks!