silverstripe-userforms/templates/email/SubmittedFormEmailPlain.ss

11 lines
244 B
Scheme

<%-- 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 %>