diff --git a/app/code/Magento/Contact/etc/email_templates.xml b/app/code/Magento/Contact/etc/email_templates.xml
index 8ae3b643f43c8..8f3f5ee442f7d 100644
--- a/app/code/Magento/Contact/etc/email_templates.xml
+++ b/app/code/Magento/Contact/etc/email_templates.xml
@@ -6,5 +6,5 @@
*/
-->
-
+
diff --git a/app/code/Magento/Contact/view/adminhtml/email/submitted_form.html b/app/code/Magento/Contact/view/adminhtml/email/submitted_form.html
deleted file mode 100644
index f65d67e6cafc3..0000000000000
--- a/app/code/Magento/Contact/view/adminhtml/email/submitted_form.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-{{trans "Name: %name" name=$data.name}}
-{{trans "Email: %email" email=$data.email}}
-{{trans "Phone Number: %telephone" telephone=$data.telephone}}
-
-{{trans "Comment: %comment" comment=$data.comment}}
diff --git a/app/code/Magento/Contact/view/frontend/email/submitted_form.html b/app/code/Magento/Contact/view/frontend/email/submitted_form.html
new file mode 100644
index 0000000000000..b55f4200d8c81
--- /dev/null
+++ b/app/code/Magento/Contact/view/frontend/email/submitted_form.html
@@ -0,0 +1,24 @@
+
+
+
+
+{{template config_path="design/email/header_template"}}
+
+
+ - {{trans "Name: %name" name=$data.name}}
+ - {{trans "Email: %email" email=$data.email}}
+ - {{trans "Phone Number: %telephone" telephone=$data.telephone}}
+ - {{trans "Comment: %comment" comment=$data.comment}}
+
+
+{{template config_path="design/email/footer_template"}}
\ No newline at end of file