wip
This commit is contained in:
@ -15,6 +15,7 @@
|
||||
<label for="email" class="col-lg-6 col-form-label text-lg-end">Email:</label>
|
||||
<div class="col-lg-2">
|
||||
<input type="email" class="form-control" name="email" id="email" required>
|
||||
<input type="email" class="d-none" name="userEmail" id="userEmail">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -42,6 +43,13 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Cloudflare Turnstile Widget -->
|
||||
<div class="mb-3 row">
|
||||
<div class="col-2 offset-5">
|
||||
{TURNSTILE_WIDGET}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Terms of Service -->
|
||||
<div class="mb-3 text-center">
|
||||
<div class="">
|
||||
|
Reference in New Issue
Block a user