damned formatting

This commit is contained in:
Ubergeek 2019-07-07 23:19:02 +00:00
parent 4c0cfd7e53
commit 961c458f45
1 changed files with 4 additions and 6 deletions

View File

@ -2,19 +2,17 @@ If you have any questions or problems relating to our service, or this website,
<form action='/includes/email.php'> <form action='/includes/email.php'>
Contact Name: <input type='text' name='contact_name'><p/> Contact Name: <input type='text' name='contact_name'><br>
Email Address: <input type='text' name='email_address'></p> Email Address: <input type='text' name='email_address'><br>
Subject: Subject:
<select name="type"> <select name="type">
<option value="abuse">Abuse</option> <option value="abuse">Abuse</option>
<option value="support">Support</option> <option value="support">Support</option>
<option value="copyright">Copyright Problem</option> <option value="copyright">Copyright Problem</option>
</select> </select><br>
Message: <input type='textarea' name='message'></p/> Message: <input type='textarea' name='message'><br>
Security Code:
Click the image to reload. Reload Verification Image
<input type='submit'> <input type='submit'>
</form> </form>