FIX: Fixes #814 added email template for plain text.

This commit is contained in:
Luke Amos 2019-01-16 10:09:36 +13:00
parent 66576b9f3b
commit 4931d94ad6
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<%-- Note: content is already escaped in UserDefinedFormController::process --%>
$Body.RAW
<% if not $HideFormData %>
*
<% loop $Fields %>
* <% if $Title %>$Title<% else %>$Name<% end_if %>
* $FormattedValue
<% end_loop %>
<% end_if %>