diff --git a/app/views/_tailwind/contact_messages/_form.html.erb b/app/views/_tailwind/contact_messages/_form.html.erb index 7cd5de43b..9100dd6b6 100644 --- a/app/views/_tailwind/contact_messages/_form.html.erb +++ b/app/views/_tailwind/contact_messages/_form.html.erb @@ -30,8 +30,26 @@ <%= f.text_area :details, class: "block w-full", rows: 8 %> <%= f.error :details, class: "mt-2" %> - <%# TODO: Add big box with helpful questions to ask yourself %> -
+
+
+

Some questions that might help you describe your request

+ +
    +
  • What are you trying to do?
  • +
  • What happens when you try to do that?
  • +
  • What have you tried to fix it?
  • +
  • How do you think we could help?
  • +
+

Please include a link to the page on the site where this happened.

+
+ +
+ +
<%= f.label :attachments, "Attach files or screenshots", class: "block mb-3" %> <%# TODO: Extract style to form helper %> <%# TODO: Can we change the text on the button? %>