add email logging policy checkbox

Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
Arija A. 2024-06-06 18:48:18 +03:00
parent 7851c4d203
commit e2d36ada6f

View file

@ -406,6 +406,10 @@
comment. comment.
</p> </p>
<p>
<b>TL;DR;</b> your email is stored and can be seen publicly.
</p>
<form method="post"> <form method="post">
<div class="form-group"> <div class="form-group">
<label for="name">Name:</label> <label for="name">Name:</label>
@ -437,6 +441,11 @@
<input required type="text" id="code" name="code" placeholder="Enter the CAPTCHA code above." /> <input required type="text" id="code" name="code" placeholder="Enter the CAPTCHA code above." />
</div> </div>
<div class="form-group">
<label for="agree">I agree with the email policy:</label>
<input required type="checkbox" id="agree" name="agree" />
</div>
<button type="submit">Comment</button> <button type="submit">Comment</button>
</form> </form>