I need help to setup reCaptcha.
I got two code 1. Site one server side. In my contact-us page just edited this:
Entered site key.
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<div class="g-recaptcha" data-sitekey="6LfijgUTAAAAACPt-XfRbQszAKAJY0yZDjjhMUQT"></div>In form just edited this.
// Add this only if you use reCaptcha with your Contact Forms
$recaptcha_secret = '6Ld9XMUUAAAAAN_1Bo7jinr5KrNxWI9utn52tatL'; // entered site keystil showing not verified.
Contact form.
