fix: remove Privacy Policy checkbox

- Add statement of consent by affirmative action
This commit is contained in:
2025-08-26 10:03:06 -05:00
parent 1a2acf5f5f
commit 35ac27b24d

View File

@@ -115,23 +115,11 @@ pageScripts:
<div class="checks"> <div class="checks">
<div class="h-captcha" data-sitekey="b63e5b64-c6f2-4154-b5a6-77169a924022"></div> <div class="h-captcha" data-sitekey="b63e5b64-c6f2-4154-b5a6-77169a924022"></div>
<div id="privacy" class="privacy-checkbox"> <div id="privacy" class="consent-statement">
<div role="group" aria-labelledby="privacy-policy-label"> <p>By clicking "Send Message" below, you <strong>accept and agree to</strong> this site's <a href="./privacy-policy/" target="_blank" rel="noopener noreferrer">Privacy Policy</a>.</p>
<input </div>
type="checkbox"
id="privacy-policy"
name="privacy-policy"
required
aria-required="true"
aria-describedby="privacy-policy-description">
<label id="privacy-policy-label" for="privacy-policy">
I agree to the site's
<a href="/privacy-policy" target="_blank" rel="noopener noreferrer">Privacy Policy</a>.<span class="req-ask">*</span>
</label>
</div> </div>
</div>
</div>
<div class="submit-reset"> <div class="submit-reset">
<button type="submit">Send Message</button> <button type="submit">Send Message</button>