File tree 3 files changed +25
-20
lines changed 3 files changed +25
-20
lines changed Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:module:Magento_Email:etc/email_templates.xsd" >
9
- <template id =" contact_email_email_template" label =" Contact Form" file =" submitted_form.html" type =" text " module =" Magento_Contact" area =" adminhtml " />
9
+ <template id =" contact_email_email_template" label =" Contact Form" file =" submitted_form.html" type =" html " module =" Magento_Contact" area =" frontend " />
10
10
</config >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ <!--
2
+ /**
3
+ * Copyright © Magento, Inc. All rights reserved.
4
+ * See COPYING.txt for license details.
5
+ */
6
+ -->
7
+ <!--@subject {{trans "Contact Form"}} @-->
8
+ <!--@vars {
9
+ "var data.comment":"Comment",
10
+ "var data.email":"Sender Email",
11
+ "var data.name":"Sender Name",
12
+ "var data.telephone":"Sender Telephone"
13
+ } @-->
14
+
15
+ {{template config_path="design/email/header_template"}}
16
+
17
+ < ul >
18
+ < li > {{trans "Name: %name" name=$data.name}}</ li >
19
+ < li > {{trans "Email: %email" email=$data.email}}</ li >
20
+ < li > {{trans "Phone Number: %telephone" telephone=$data.telephone}}</ li >
21
+ < li > {{trans "Comment: %comment" comment=$data.comment}}</ li >
22
+ </ ul >
23
+
24
+ {{template config_path="design/email/footer_template"}}
You can’t perform that action at this time.
0 commit comments