silverstripe-userforms/templates/email/SubmittedFormEmail.ss

11 lines
233 B
Scheme
Executable File

$Body
<% if not $HideFormData %>
<dl>
<% loop $Fields %>
<dt><strong><% if $Title %>$Title<% else %>$Name<% end_if %></strong></dt>
<dd style="margin: 4px 0 14px 0">$FormattedValue</dd>
<% end_loop %>
</dl>
<% end_if %>