aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2018-06-05 11:02:31 +0100
committerStruan Donald <struan@exo.org.uk>2018-06-05 17:28:29 +0100
commit7e3b1f2fc28c87f7099b989cf7dfe9e9ff860fc2 (patch)
treea42be58835d08a5b61f09c14222b738e18ae3055
parentcbf69359d101c0e5ca6058f84674ef04a3c8632e (diff)
add reminder to include link to report on contact form
We get quite a few emails to support that are about a specific problem but fail to include a link to that problem. This adds some text to the contact form to ask people to do so.
-rw-r--r--CHANGELOG.md2
-rw-r--r--templates/web/base/contact/index.html4
2 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fff0c21a5..d2793b2a8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
## Releases
* Unreleased
+ - Front end improvements:
+ - Extra help text on contact form #2149
* v2.3.2 (31st May 2018)
- Front end improvements:
diff --git a/templates/web/base/contact/index.html b/templates/web/base/contact/index.html
index 1839b4c85..326c26ce8 100644
--- a/templates/web/base/contact/index.html
+++ b/templates/web/base/contact/index.html
@@ -103,6 +103,10 @@
[% END %]
<textarea class="form-control required" name="message" id="form_message" rows="7" cols="50">[% message | html %]</textarea>
+ [% IF NOT problem AND NOT update %]
+ <p>[% loc('If you are contacting us about a specific report or update please include a link to the report in the message.') %]</p>
+ [% END %]
+
<input class="final-submit green-btn" type="submit" value="[% loc('Send') %]">