website/Appeal.page

12 lines
970 B
Plaintext

## Ban Appeal
If you have been banned and wish to have a chance at reduction of ban time, you can submit a ban appeal here.
>
<form action="/appeal/submit.php" method="post" target="_self" autocomplete="off">
<label for="banid">Ban ID (As seen on ban screen)</label><br>
<input type="text" style="background-color:green;color:white;border-radius:1.1em;border-color:darkgreen;" id="banid" name="banid" maxlength="16" required autofocus><br>
<label for="banreason">Ban reason</label><br>
<input type="text" style="background-color:green;color:white;border-radius:1.1em;border-color:darkgreen;" id="banreason" name="banreason" maxlength="100" required><br>
<label for="whyunban">Why do you think you should be unbanned?</label><br>
<textarea name="whyunban" maxlength="2000" style="background-color:green;color:white;height:7em;width:25em;border-radius:1.1em;border-color:darkgreen;" ></textarea><br>
<input type="submit" value="Submit">
</form>