<% @title = "Respond to the FOI request '" + h(@info_request.title) + "' made by " + h(@info_request.user.name) %> <%= foi_error_messages_for :comment %>

Respond to the FOI request '<%=request_link(@info_request)%>' made by <%=user_link(@info_request.user) %>

Your response will appear on the Internet, read why and answers to other questions.

Respond by email

You should have received a copy of the request by email, and you can respond by simply replying to that email. For your convenience, here is the address: <%=h @info_request.incoming_email%>. You may include attachments. If you would like to attach a file too large for email, use the form below.

Respond using the web

Enter your response below. You may attach one file (use email, or contact us if you need more).

<% form_tag '', :html => { :id => 'upload_response_form' }, :multipart => true do %>

<%= file_field_tag :file_1, :size => 35 %>

<%= hidden_field_tag 'submitted_upload_response', 1 %> <%= submit_tag "Upload FOI response" %> (patience, especially for large files, it may take a while!)

<% end %>