I think this is done

This commit is contained in:
Ubergeek 2019-07-07 23:17:22 +00:00
parent a9fc6d249f
commit 4c0cfd7e53
1 changed files with 9 additions and 5 deletions

View File

@ -1,16 +1,20 @@
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.
<form>
<form action='/includes/email.php'>
Contact Name: <input type='text' name='contact_name'><p/>
Email Address:
Email Address: <input type='text' name='email_address'></p>
Subject:
<select name="type">
<option value="abuse">Abuse</option>
<option value="support">Support</option>
<option value="copyright">Copyright Problem</option>
</select>
Message:
Message: <input type='textarea' name='message'></p/>
Security Code:
Click the image to reload. Reload Verification Image
<input type='submit'>
</form>