diff --git a/app/views/content_items/contact.html.erb b/app/views/content_items/contact.html.erb
index 191d39f2d..2b490e0c1 100644
--- a/app/views/content_items/contact.html.erb
+++ b/app/views/content_items/contact.html.erb
@@ -16,6 +16,11 @@
<% body = capture do %>
+ <% if @content_item.show_webchat? %>
+
Webchat
+ <%= render 'shared/webchat' %>
+ <% end %>
+
<% if @content_item.online_form_links.any? %>
<% @content_item.online_form_links.each do |link| %>
@@ -44,11 +49,6 @@
<%= @content_item.email_body %>
<% end %>
- <% if @content_item.show_webchat? %>
- Webchat
- <%= render 'shared/webchat' %>
- <% end %>
-
<% if @content_item.phone.any? %>
Phone
<% @content_item.phone.each do |phone_group| %>