Request Changes

Request changes from <%= @submitter.name || @submitter.email %> for this submission. They will receive an email with your message and be able to resubmit the form.

<%= form_for '', url: request_changes_submitter_path(@submitter.slug), method: :post do |f| %>
<%= f.text_area :reason, required: true, class: 'textarea textarea-bordered w-full', dir: 'auto', placeholder: 'Please provide specific details about what needs to be changed...', rows: '6' %>
<%= f.button 'Request Changes', class: 'btn btn-warning' %>
<% end %>