How do make verification mandatory with cloudflare turnstile?

hello
I have such a code and when I press subimte on the site, it sends it directly, but I want it to be sent if it is correct.
pls help me!

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script>
  <title>Document</title>
</head>
<body>

   <div class="cf-turnstile" data-sitekey="key"></div>


</body>
</html>

hello ı using turnstile
I have such a code and when I press subimte on the site, it sends it directly, but I want it to be sent if it is correct.
pls help me!

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script>
  <title>Document</title>
</head>
<body>

   <div class="cf-turnstile" data-sitekey="key"></div>


</body>
</html>

hello ı using turnstile
I have such a code and when I press subimte on the site, it sends it directly, but I want it to be sent if it is correct.
pls help me!

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script>
  <title>Document</title>
</head>
<body>

   <div class="cf-turnstile" data-sitekey="key"></div>


</body>
</html>

3 posts were merged into an existing topic: How do I make verification mandatory with cloudflare turnstile?

You don’t want to use Turnstile inside a HTML form?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.