% @title = "Respond to the FOI request '" + h(@info_request.title) + "' made by " + h(@info_request.user.name) %> <%= foi_error_messages_for :comment %>
Your response will appear on the Internet, read why and answers to other questions.
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.
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 %>
<%= hidden_field_tag 'submitted_upload_response', 1 %> <%= submit_tag "Upload FOI response" %> (patience, especially for large files, it may take a while!)
<% end %>