www/articles/contact.md

19 lines
776 B
Markdown
Raw 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-07 23:17:22 +00:00
<form action='/includes/email.php'>
2019-07-07 23:07:56 +00:00
2019-07-07 23:19:02 +00:00
Contact Name: <input type='text' name='contact_name'><br>
Email Address: <input type='text' name='email_address'><br>
2019-07-07 23:07:56 +00:00
Subject:
2019-07-07 23:17:22 +00:00
<select name="type">
<option value="abuse">Abuse</option>
<option value="support">Support</option>
<option value="copyright">Copyright Problem</option>
2019-07-07 23:19:02 +00:00
</select><br>
2019-07-07 23:07:56 +00:00
2019-07-07 23:19:02 +00:00
Message: <input type='textarea' name='message'><br>
2019-07-07 23:07:56 +00:00
2019-07-07 23:17:22 +00:00
<input type='submit'>
2019-07-07 23:07:56 +00:00
</form>