add bolding, extra notice for people who miss this instruction, update requirement on reason

This commit is contained in:
Aidan 2024-12-20 00:29:36 -05:00
parent 78d6d9f2e1
commit c859ed15cc
No known key found for this signature in database
GPG Key ID: 1773A01F0EFE4FC1

View File

@ -9,11 +9,11 @@
<input type="text" class="form-control" id="fullName" name="fullName" required>
</div>
<div class="form-group">
<label for="email" class="mt-1">Desired email address (e.g., yourname@p0ntus.com)</label>
<label for="email" class="mt-1">Desired email address (e.g., yourname<b>@p0ntus.com</b>) - <b>Do not enter your current email in this box</b></label>
<input type="email" class="form-control" id="email" name="email" required>
</div>
<div class="form-group">
<label for="reason" class="mt-1">Reason for wanting an email</label>
<label for="reason" class="mt-1">Reason for wanting an email (at least one full sentence)</label>
<textarea class="form-control" id="reason" name="reason" rows="3" required></textarea>
</div>
<div class="form-group">