1 | <!--#set var="title" value="Report a problem" --> |
---|
2 | <!--#set var="shownav" value="yes" --> |
---|
3 | <!--#include virtual="inc/header.shtml" --> |
---|
4 | |
---|
5 | <p>Thanks for taking the time to let us know about something not working |
---|
6 | properly. The more information you provide, the less work we will have to do in |
---|
7 | order to fix the problem and so the more likely it is to be fixed. |
---|
8 | </p> |
---|
9 | |
---|
10 | <p>As we are getting a large number of enquiries, we may not be able to |
---|
11 | respond to all of them in a timely fashion. Please take the time to read |
---|
12 | through the <a href="FAQ.html">FAQ</a> before sending a message in case your |
---|
13 | question is answered there.</p> |
---|
14 | |
---|
15 | <p>If you have found a bug, then please tell us which browser you are trying to use.</p> |
---|
16 | |
---|
17 | <p>If you don't trust feedback forms on websites then <a href="mailto:webmaster@npemap.org.uk">email your problem</a> instead.</p> |
---|
18 | |
---|
19 | <div style="background-color: #ffcccc; border: 1px solid #ffaaaa"> |
---|
20 | <p>If you have found a postcode in the wrong place, you can report it bad by clicking on the marker on the map.</p> |
---|
21 | </div> |
---|
22 | |
---|
23 | <form method="post" action="/cgi/problem.fcgi"> |
---|
24 | |
---|
25 | <p> |
---|
26 | <label for="type">Type of comment: </label> |
---|
27 | <select id="type" name="type"> |
---|
28 | <option value="comment">Just a Comment</option> |
---|
29 | <option value="bug">Found a bug</option> |
---|
30 | <option value="idea">Idea for a new feature</option> |
---|
31 | <option value="tiles">Incorrect tiles</option> |
---|
32 | <option value="other">Other</option> |
---|
33 | </select> |
---|
34 | </p> |
---|
35 | |
---|
36 | <p><label for="email">Your email address (in case we want more info, or want to let you know about a solution)</label><br/> |
---|
37 | <input type="text" id="email" name="email" size="50"/> |
---|
38 | </p> |
---|
39 | |
---|
40 | <p><label for="comment">Comment</label><br /> |
---|
41 | <textarea id="comment" name="comment" rows="15" cols="80"></textarea> |
---|
42 | </p> |
---|
43 | <p><input type="submit" value="Submit"/></p> |
---|
44 | |
---|
45 | </form> |
---|
46 | |
---|
47 | <!--#include virtual="inc/footer.shtml" --> |
---|