|
12345678910111213141516171819202122 |
- 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 action='/includes/contact.php'>
- <table>
- <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>
- <tr><td>Phone Number:</td><td> <input type='text' name='ph_number'></td></tr>
- <tr><td>Subject:</td> <td>
- <select name="type">
- <option value="sales">Sales</option>
- <option value="support">Support</option>
- <option value="abuse">Abuse</option>
- <option value="join">Join the Coop</option></td></tr>
-
- </select><br> </td></tr>
- <tr><td>Type the word 'coop' here:</td> <td> <input type='textarea' name='tv'></td></tr>
- <tr><td>Message:</td><td><textarea name='message' rows = "10" cols = "80"></textarea><td>
- </table>
- <input type='submit'>
- </form>
-
-
|