add note about descriptive comments

This commit is contained in:
Kyle Drake 2024-03-02 10:34:06 -06:00
parent 3751801796
commit c928b02eea

View file

@ -430,7 +430,8 @@
<label for="email_subject">Subject</label>
<input type="text" id="email_subject" name="subject" placeholder="Subject" class="col-50" value="<%= params[:subject] %>">
<label for="your_comments">Comments</label>
<label for="your_comments">Message</label>
<small>Being simple but descriptive is helpful. For example, provide the site name, domain, or file path that is causing the issues in question.</small>
<textarea name="body" id="your_comments" class="col-75" rows="10"><%= params[:body] %></textarea>
<label class="text-Label" for="faq_check">We may not be able to respond to questions that are already answered.<br>Did you check the Frequently Asked Questions to see if it answered your question?</label>