Hello...
The theme still have the code for reCaptcha V1, is descontinued at the moment...
With this code when a user try to create a message is telling the reCaptcha it's not completed
<div style="float:left;clear:both;width:100%;margin:5px 0 10px 0;">
<?php osc_run_hook("anr_captcha_form_field"); ?>
</div>
To solve this i change to
<div style="float:left;clear:both;width:100%;margin:5px 0 10px 0;">
<!-- <?php osc_run_hook("anr_captcha_form_field"); ?> -->
<?php osc_show_recaptcha(); ?>
</div>
Now the users can create their accounts but i still having the fields desaligned on right side when i'm in responsive format....
I'm trying to solve, but time is one of the thinsks i don't have...
Best Regards
JCarrolo