New User Feedback

<%= simple_form_for(@user_feedback) do |f| %> <%= f.input :user_name %> <%= f.input :category, :collection => ["positive", "neutral", "negative"], :include_blank => false %> <%= f.input :body, :input_html => {:size => "50x5"} %> <%= f.button :submit, "Submit" %> <%= f.button :submit, "Preview" %> <% end %>