mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
FIX: Fixes #814 added email template for plain text.
This commit is contained in:
parent
66576b9f3b
commit
4931d94ad6
10
templates/email/SubmittedFormEmailPlain.ss
Normal file
10
templates/email/SubmittedFormEmailPlain.ss
Normal 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 %>
|
Loading…
Reference in New Issue
Block a user