Hello I am currently trying to implement h-captcha into a html form in my website
However I noticed that by default its not "required" like for example text boxes can made to be
I havent found any good solutions out there who can help me out with this issue
Heres btw how I implement the h-captcha form itself
<form action="/end" method="post">
<button type="submit">Submit</button>
<div class="h-captcha" data-sitekey="sitekey here" data-theme="dark"></div>
<script src="https://js.hcaptcha.com/1/api.js" async defer</script>
</form>
try importing the script in your header.