Hello,
I take the reCAPTCHA V2 and put the keys in there places as descrition on guideline.
The answare is:
We have detected that your site does not verify the solutions provided for reCAPTCHA tests. You must verify them in order to correctly use the reCAPTCHA functionality on your site...
I can't understand why is not available.
HTML
<!-- reCaptcha -->
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<div class="col-4 g-recaptcha bottommargin-sm" data-sitekey="6LcgdeIUAAAAANW9mYYyrS43wnmo1Y0nitcT-o-A"></div>
PHP:
reCaptcha
---------------------------------------------------*/
// Add this only if you use reCaptcha with your Contact Forms
$recaptcha_secret = '6LcgdeIUAAAAAGRYacbiJRgoSl8ttNX4V_XJyANG'; // Your reCaptcha Secret
Thank you for help.
