% @title = "Preview new " + h(@info_request.law_used_short) + " request to '" + h(@info_request.public_body.name) + "'" %> <% form_for(:info_request, @info_request, :html => { :id => 'preview_form' } ) do |f| %>
To: <%=h @info_request.public_body.name %>
Subject: <%=h @info_request.email_subject_request %>
<%= @outgoing_message.get_body_for_html_display %>
<%= o.hidden_field(:body) %>
Privacy note: If you want to request private information about yourself then click here.
<%= f.hidden_field(:title) %> <%= f.hidden_field(:public_body_id, { :value => @info_request.public_body_id } ) %> <%= hidden_field_tag(:submitted_new_request, 1) %> <%= hidden_field_tag(:preview, 0 ) %> <%= submit_tag "Re-edit this request", :name => 'reedit' %> <%= submit_tag "Send public " + h(@info_request.law_used_full) + " request", :name => 'submit' %>
<% end %>