What is the name of the domain?
What is the error number?
no any error number
What is the error message?
What is the issue you’re encountering
I have client side widget not displaying issue, I just added the div and script but my widget is not displaying, it was working fine previously but after few hours it is not displaying the checkbox captcha. I have added the div before submit button.
<div class="cf-turnstile" data-sitekey="my-key" data-size="flexible></div>
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script>
It displays the checkbox captcha if I use the testing key as following:
<div class="cf-turnstile" data-sitekey="3x00000000000000000000FF"></div>