silverstripe-userforms/templates/email/SubmittedFormEmail.ss

22 lines
305 B
Scheme
Executable File

<html>
<head>
</head>
<body>
<h1>$Subject</h1>
<p>
<% _t('SUBMITTED','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>