Support Forums - Classified Ads Script Osclass
Osclass plugin support => Free Osclass Plugins => Topic started 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.
-
@alemtdeo
Use free nocaptcha recaptcha plugin, it's best ;)
-
I have a problem with recaptcha. Recaptcha appears, but if I submit without checking the box, then I have success.
<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>
-
@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?
-
@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
-
Not quite sure, last testing I was doing with osclass 4.1 and recaptcha were fine.
-
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.
-
No idea what you mean.
-
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.
-
@pixelpadre2
https://demo.osclasspoint.com/contact
Please reproduce problem.