I just setup the free version of Fluent support. I want to test it out and see how well it works before purchasing the pro version. However I can’t get a user to login just to test. I have setup recaptcha V3 and it says it was successful. When trying to login as a user i get “Security verification failed”.
I have tried disabling other plugins especially those using recaptcha, cache plugins, cleared cache on WP and server, and nothing seems to work. Only way i can test the user login is if I disable recaptcha. I also tried making new site and secret key just in case and I still have the same issue. Has anyone encountered this issue? I couldn’t find this error when searching the forum. Thank you
I am currently experiencing an issue with the Recaptcha v2 for Contact Form 7 plugin. setup and configurations were followed correctly and working fine in WordPress however when I try to check it on the live site the plugin is kind of not working because I have to refresh or reload the page several times to make the plugin working or show. I am seeing this error in the console when I try to inspect the site “reCAPTCHA couldn’t find user-provided function: recaptchaCallback”. here is the page where I am encountering the issue.
I also tried the other solutions provided similar to this topic, unfortunately it didn’t work.
could you please help me with this issue if you know any solutions? or an alternative recaptcha plugin that is suitable for contact form 7 plugin.
Thanks,
nielk
]]>The situation is as follows: I have a bilingual website with Russian and English versions. I created two forms, one for the Russian page and another for the English page. However, the problem is that I added reCAPTCHA V2 to both forms, and while it displays correctly on the Russian page, it does not appear on the English page. Moreover, if I manage to fix this issue, how can I change the language of the reCAPTCHA depending on the active language of the page?
Thank you in advance.
I get the exact same error despite the fact that the topic has been marked as resolved. I’m using the latest version of the module (1.3.1) but it’s still not working.
Any hints ?
Thanks!
]]>A strange little white box is appearing under my reCAPTCHA.
I’ve readed past responses for this same problem, but I wanted to know if there was a way to solve this problem without coding.
If not, I’d like to know if you could point me directly where I would need to modify a piece of code.
You might need to refresh a few time to see the white box
I am using CF7 for forms.
I’m using the integration of CF7 to implement the reCAPTCHA
I also have a Honeypot plugin installed, but I’ve disabled it and the box still appears.
My theme is a custom theme, I’m wondering if this could have any effect on the reCAPTCHA.
Thank you.
]]>to setup the recaptcha feature, but this is showing error no matter what i do. One thing that i found different is that your doc page image don’t have protocol (https) included in the domain name, whereas my bitform plugin settings page have https included. could this be the reason? any advise on how to solve this?
]]>I have Forminator installed on a few sites on servers running PHP 7.4 using the reCAPTCHA v2 checkbox spam filter – and they work just fine (* as long as I disable “Load form using AJAX” which doesn’t play well with some other plugins – notably Slim SEO).
But on one particular server that’s running PHP 8.0.17 if I update Forminator past v 1.15.4 reCAPTCHA simply doesn’t load. I’ve tried uninstalling other plugins and switching to a WP vanilla theme: no change. I can roll back to PHP 7.4 but I’d rather fix the problem.
Also – I’m NOT using Divi. This is a customized child theme for GeneratePress.
Any suggestions?
Thanks!
pk
public function localize_settings( $settings, $form ) {
$settings['site_key'] = Ninja_Forms()->get_setting( 'recaptcha_site_key' );
$settings['theme'] = Ninja_Forms()->get_setting( 'recaptcha_theme' );
$settings['theme'] = ( $settings['theme'] ) ? $settings['theme'] : 'light';
$settings['lang'] = Ninja_Forms()->get_setting( 'recaptcha_lang' );
return $settings;
}
If you configure Recaptcha v3 with the appropriate keys, the Recaptcha box doesn’t display on the form. In Goolge Chrome developer console, you’ll see:
recaptcha__en.js:213 Uncaught Error: Missing required parameters: sitekey
at un.<anonymous> (recaptcha__en.js:213)
at new un (recaptcha__en.js:481)
at $B.<anonymous> (recaptcha__en.js:282)
at new $B (recaptcha__en.js:464)
at recaptcha__en.js:109
at HTMLDivElement.<anonymous> (front-end-deps.js?ver=3.6.7:131)
at Function.each (jquery.min.js?ver=3.6.0:2)
at s.fn.init.each (jquery.min.js?ver=3.6.0:2)
at n.renderCaptcha (front-end-deps.js?ver=3.6.7:122)
at p (backbone.min.js?ver=1.4.0:2)
Doing a view source, you’ll see the site_key is set to false.
["recaptcha","input"],"old_classname":"","wrap_template":"wrap","site_key":false,"theme":"light","lang":false}
Adding the appropriate Recaptcha V2 keys results in site_key showing the Recaptcha V2 site key.
]]>