@quantumstudio
I found a solution
You have in console F12 a bug:
Invalid site key or not loaded in api.js ?
if so then you need to add a link to the api.js in your <head>
Probably your site loaded api for recaptcha v2
Code:
<script src="https://www.google.com/recaptcha/api.js?render=reCAPTCHA_site_key"></script>
more: https://developers.google.com/recaptcha/docs/v3
-
This reply was modified 7 years, 1 month ago by tezet.
Hi, in your console is a bug:
Invalid site key or not loaded in api.js ?
if so then you need to add a link to the api.js in your <head>
Probably your site loaded api for recaptcha v2
Code:
<script src="https://www.google.com/recaptcha/api.js?render=reCAPTCHA_site_key"></script>
more: https://developers.google.com/recaptcha/docs/v3
@quantumstudio open terminal in your browser F12.
if you have a bug in the console it’s ssl fault.
I have the same problem and I am looking for a solution