www/articles/contact.md

20 lines
1014 B
Markdown
Raw Permalink Normal View History

2019-07-07 23:07:56 +00:00
If you have any questions or problems relating to our service, or this website, please fill in the form below. Be sure to include a contact name, email address, subject line and your message below. Once you've filled in the form, click on the send button; the message will be sent and you'll receive a response within a reasonable amount of time.
2019-07-13 15:01:11 +00:00
<form action='/includes/contact.php'>
<table>
2019-07-15 16:39:59 +00:00
<tr><td>Contact Name:</td> <td> <input type='text' name='contact_name'></td></tr>
<tr><td>Email Address:</td> <td> <input type='text' name='email_address'></td></tr>
2019-07-13 15:01:11 +00:00
<tr><td>Subject:</td> <td>
2019-07-07 23:17:22 +00:00
<select name="type">
<option value="abuse">Abuse</option>
<option value="support">Support</option>
2019-07-13 15:01:11 +00:00
<option value="copyright">Copyright Problem</option></td></tr>
2019-07-13 15:51:48 +00:00
2019-07-13 15:01:11 +00:00
</select><br> </td></tr>
2019-07-13 15:51:48 +00:00
<tr><td>Type the word tildeverse here:</td> <td> <input type='textarea' name='tv'></td></tr>
2019-07-15 16:39:59 +00:00
<tr><td>Message:</td><td><textarea name='message' rows = "10" cols = "80"></textarea><td>
2019-07-13 15:01:11 +00:00
</table>
2019-07-07 23:17:22 +00:00
<input type='submit'>
2019-07-07 23:07:56 +00:00
</form>