<% @title = "Contact us" %> <%= foi_error_messages_for :contact %> <% form_for :contact do |f| %>

Make a request for public, official information

Go here to make your request, in public, for information from UK public authorities.

Request information about yourself

Our help page about data protection explains how to request information about yourself from UK public authorities.

Contact the WhatDoTheyKnow team

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 %>

<%= hidden_field_tag(:submitted_contact_form, 1) %> <%= submit_tag "Send message to the WhatDoTheyKnow team" %>
<% end %>