mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-05 01:59:25 +01:00
add email logging policy checkbox
Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
parent
7851c4d203
commit
e2d36ada6f
1 changed files with 9 additions and 0 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue