silverstripe-reports/templates/email/SubmittedFormEmail.ss

21 lines
280 B
Scheme
Executable File

<html>
<head>
</head>
<body>
<h1>$Subject</h1>
<p>
The following data was submitted to your website:
</p>
$Body
<table>
<% control Fields %>
<tr>
<td><b>$Title</b></td>
<td>$Value</td>
</tr>
<% end_control %>
</table>
</body>
</html>