silverstripe-userforms/templates/email/SubmittedFormEmail.ss
2009-05-22 01:48:47 +00:00

10 lines
204 B
Scheme
Executable File

<h1>$Subject</h1>
$Body
<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>