% @title = "Contact us" %> <%= foi_error_messages_for :contact %> <% form_for :contact do |f| %>
Go here to make your request, in public, for information from UK public authorities.
We'd love to hear how you have found using this site.
Please read the about page first, as it may answer your question quicker.
<% if not @user %><%= f.text_field :name, :size => 20 %> (or <%= link_to "sign in", signin_url(:r => request.request_uri) %>)
<%= f.text_field :email, :size => 20 %>
<% end %><%= f.text_field :subject, :size => 50 %>
<%= f.text_area :message, :rows => 5, :cols => 50 %>
<% end %>