Osclass Support Forums

Osclass plugin support => Free Osclass Plugins => Topic started by: alemtdeo on June 23, 2020, 09:45:56 PM

Title: The reCAPTCHA was not entered correctly
Post by: alemtdeo on June 23, 2020, 09:45:56 PM
Dears, I have the Osclass 3.8 version with the lhoshar theme. Set up reCAPTCHA from Google correctly, when registering or user displays The reCAPTCHA was not entered correctly.

We have modified the line indicated in another post, in the file user-recover.php

But it still shows the error. What should we do, please.
Title: Re: The reCAPTCHA was not entered correctly
Post by: MB Themes on July 02, 2020, 09:04:11 AM
@alemtdeo
Use free nocaptcha recaptcha plugin, it's best ;)
Title: Re: The reCAPTCHA was not entered correctly
Post by: pixelpadre2 on December 04, 2020, 02:42:32 AM
I have a problem with recaptcha.  Recaptcha appears, but if I submit without checking the box, then I have success.

Code: [Select]
       <div class="controls">
                    <?php osc_run_hook('contact_form'); ?>
                    <?php osc_run_hook("anr_captcha_form_field"); ?>
                    <button type="submit" class="ui-button ui-button-middle ui-button-main"><?php _e("Send"'passion');?></button>
                    <?php osc_run_hook('admin_contact_form'); ?>
                </div>
            </div>
        </form>
Title: Re: The reCAPTCHA was not entered correctly
Post by: MB Themes on December 04, 2020, 07:33:25 AM
@pixelpadre2
I am not sure but this should not be possible. Maybe you use it on unknow form for plugin or you may have some javascript error in code?
Title: Re: The reCAPTCHA was not entered correctly
Post by: pixelpadre2 on December 04, 2020, 01:59:22 PM
@pixelpadre2
I am not sure but this should not be possible. Maybe you use it on unknow form for plugin or you may have some javascript error in code?

Theme is Passion that comes with 4.1.  I am using it in contact.php

Does not work in Bender either, just the contact page so far.

Using 3.9.
php 7.2
Title: Re: The reCAPTCHA was not entered correctly
Post by: MB Themes on December 04, 2020, 02:12:00 PM
Not quite sure, last testing I was doing with osclass 4.1 and recaptcha were fine.
Title: Re: The reCAPTCHA was not entered correctly
Post by: pixelpadre2 on December 05, 2020, 12:23:58 AM
Most likely does not work with 4.1 either.   You do not test with check box  you test without checkbox.   Who would test without?   Nobody.  Maybe only me.
Title: Re: The reCAPTCHA was not entered correctly
Post by: MB Themes on December 05, 2020, 10:31:52 PM
No idea what you mean.
Title: Re: The reCAPTCHA was not entered correctly
Post by: pixelpadre2 on December 06, 2020, 04:11:50 AM
What I mean is you have not properly tested the recaptcha on the contact page.  Very simple.

You need to test it with the box checked and with the box unchecked.
Title: Re: The reCAPTCHA was not entered correctly
Post by: MB Themes on December 07, 2020, 07:40:07 AM
@pixelpadre2
https://demo.osclasspoint.com/contact

Please reproduce problem.