fix: remove Privacy Policy checkbox
- Add statement of consent by affirmative action
This commit is contained in:
@@ -115,22 +115,10 @@ 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
|
|
||||||
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>
|
||||||
|
|
||||||
<div class="submit-reset">
|
<div class="submit-reset">
|
||||||
|
Reference in New Issue
Block a user