fix: Add hCaptcha widget to the contact form

This commit is contained in:
Derek L. Seitz 2025-08-21 08:05:22 -05:00
parent 5393f58399
commit 13e64304d4
1 changed files with 2 additions and 0 deletions

View File

@ -117,6 +117,8 @@ pageScripts:
<button type="reset">Reset Form</button> <button type="reset">Reset Form</button>
</div> </div>
<div class="h-captcha" data-sitekey="b63e5b64-c6f2-4154-b5a6-77169a924022E"></div>
<div class="honeypot-field" aria-hidden="true"> <div class="honeypot-field" aria-hidden="true">
<label for="url">Website URL</label> <label for="url">Website URL</label>
<input type="text" name="url" id="url" autocomplete="off" tabindex="-1"> <input type="text" name="url" id="url" autocomplete="off" tabindex="-1">