aboutsummaryrefslogtreecommitdiffstats
path: root/lib/views/help/contact.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/views/help/contact.html.erb')
-rw-r--r--lib/views/help/contact.html.erb7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/views/help/contact.html.erb b/lib/views/help/contact.html.erb
index ad89db9..d228aa3 100644
--- a/lib/views/help/contact.html.erb
+++ b/lib/views/help/contact.html.erb
@@ -65,6 +65,11 @@
<%= f.text_area :message, :rows => 10, :cols => 60 %>
</p>
+ <p style="display:none;">
+ <%= f.label :comment, 'Do not fill in this field' %>
+ <%= f.text_field :comment %>
+ </p>
+
<% if !@last_request.nil? %>
<p>
<label class="form_label" for="contact_message">Include link to request:</label>
@@ -88,7 +93,7 @@
<div class="form_button">
<%= hidden_field_tag(:submitted_contact_form, 1) %>
- <%= submit_tag "Send message to the charity" %>
+ <%= submit_tag "Send message to the charity", :disable_with => "Sending..." %>
&lt;-- we run this site, not the Government!
</div>