silverstripe-userforms/templates/email/SubmittedFormEmail.ss
2009-07-26 23:23:45 +00:00

13 lines
260 B
Scheme
Executable File

<h1>$Subject</h1>
$Body
<% if HideFormData = 1 %>
<% else %>
<dl>
<% control Fields %>
<dt><strong><% if Title %>$Title<% else %>$Name<% end_if %></strong></dt>
<dd style="margin: 4px 0 14px 0">$Value.RAW</dd>
<% end_control %>
</dl>
<% end_if %>