I have a working well contact form.
I want to add a captcha on it. reCaptcha v2.
I have the 2 keys from the Google site. The name of the site is correct on the captcha parameters.
The captcha is displayed, but indicating: "Error for the site owner: the site key is invalid".
I'm sure it's the right key (site key).
On the form:
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<div class="g-recaptcha" data-sitekey="6Lck9LIUAAAAAI8gb0AbPTJEjGLEOlV4WGQKZ7RP"></div>
This captcha was working on a old version of this site until yesterday, when I put online the new version of the site.
Thank you for your help !
J-D B
