diff --git a/app/views/feedback_form_responses/new.html.haml b/app/views/feedback_form_responses/new.html.haml index 9eb3c23459..b0c35960e1 100644 --- a/app/views/feedback_form_responses/new.html.haml +++ b/app/views/feedback_form_responses/new.html.haml @@ -15,5 +15,5 @@ = simple_form_for @feedback_form_response do |f| = f.input :subject, as: :hidden, input_html: { value: @subject } - = f.input :body, label: false + = f.input :body, label: false, required: true = f.submit 'Submit', class: 'button dark'