Skip to content

Commit fd67252

Browse files
author
Oleksii Korshenko
committed
MAGETWO-69668: [#7291] Change the default contact form email template to HTML #9786
- reverted HTML markup. Markup can be added as a customization but we should not ship markup out-of-the-box
1 parent 18860ad commit fd67252

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

app/code/Magento/Contact/view/frontend/email/submitted_form.html

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,8 @@
1212
"var data.telephone":"Sender Telephone"
1313
} @-->
1414

15-
{{template config_path="design/email/header_template"}}
15+
{{trans "Name: %name" name=$data.name}}
16+
{{trans "Email: %email" email=$data.email}}
17+
{{trans "Phone Number: %telephone" telephone=$data.telephone}}
1618

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"}}
19+
{{trans "Comment: %comment" comment=$data.comment}}

0 commit comments

Comments
 (0)