Skip to content

Commit

Permalink
feat: Update confirmation message for the customer support feedback f…
Browse files Browse the repository at this point in the history
…orm (#2265)
  • Loading branch information
joshlarson authored Dec 13, 2024
1 parent e16600d commit d497969
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions lib/dotcom_web/templates/customer_support/index.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
<div class="row">
<div class="col-md-8">
<div class="support-confirmation support-confirmation--success <%= if @show_form, do: "hidden-xs-up" %>" id="<%= if !show_error_message(@conn), do: "support-result" %>" tabindex="-1">
<%= fa "check-circle" %>
Thank you for your feedback.
<br>Your comments have been sent to our Customer Support team.
<p>
<%= fa "check-circle" %> Thank you for submitting your feedback. Our Customer Support team will review your comments soon.
</p>
<p>
If you provided your contact info, check your email for a confirmation with an incident number. If you don’t receive a confirmation within 10 minutes, try submitting your feedback again or call us at <a href="tel:617-222-3200">617-222-3200</a>.
</p>
</div>
<div class="support-confirmation support-confirmation--error <%= if !show_error_message(@conn), do: "hidden-xs-up" %>" tabindex="-1">
<div id="<%= if show_error_message(@conn), do: "support-result" %>">
Expand Down

0 comments on commit d497969

Please sign in to comment.