% @title = "New FOI request" %> <%= error_messages_for :info_request %> <% form_for(:info_request, @info_request, :url => { :action => :create }, :html => { :id => 'writeForm' } ) do |f| %>
All information that you enter, except for your email address, will be displayed publically on this website.
<% fields_for :user do |u| %><%= u.text_field :name, "size" => 20 %>
<%= u.text_field :email, "size" => 20 %>
<% end %><%= f.text_field :title, "size" => 50 %>
<% =begin %><%= f.text_area :body %>
<% =end %><%= submit_tag "Create" %>
<% end %>