diff --git a/app/views/content_items/contact.html.erb b/app/views/content_items/contact.html.erb
index 2b490e0c1..2c32ce8df 100644
--- a/app/views/content_items/contact.html.erb
+++ b/app/views/content_items/contact.html.erb
@@ -16,11 +16,6 @@
<% 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| %>
@@ -32,6 +27,11 @@
<%= @content_item.online_form_body %>
<% end %>
+ <% if @content_item.show_webchat? %>
+ Webchat
+ <%= render 'shared/webchat' %>
+ <% end %>
+
<% if @content_item.email.any? %>
Email
<% @content_item.email.each do |email_group| %>