Hi,
We did enter the correct keys into the proper html and php but Captcha does not validate.
Any ideas?
contact-2.html
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<div class="g-recaptcha" data-sitekey="valid key for our domain">
</div>
sendemail.php
// Add this only if you use reCaptcha with your Contact Forms
$recaptcha_secret = 'valid secret key for our domain'; // Your reCaptcha Secret
