fix: remove Privacy Policy checkbox
- Add statement of consent by affirmative action
This commit is contained in:
@@ -115,23 +115,11 @@ pageScripts:
|
||||
<div class="checks">
|
||||
<div class="h-captcha" data-sitekey="b63e5b64-c6f2-4154-b5a6-77169a924022"></div>
|
||||
|
||||
<div id="privacy" class="privacy-checkbox">
|
||||
<div role="group" aria-labelledby="privacy-policy-label">
|
||||
<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 id="privacy" class="consent-statement">
|
||||
<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>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="submit-reset">
|
||||
<button type="submit">Send Message</button>
|
||||
|
Reference in New Issue
Block a user