silverstripe-userforms/templates/email/SubmittedFormEmail.ss

18 lines
256 B
Scheme
Executable File

<html>
<head>
</head>
<body>
<h1>$Subject</h1>
$Body
<table>
<% control Fields %>
<tr>
<td style="padding: 5px"><b>$Title</b></td>
<td style="padding: 5px">$Value</td>
</tr>
<% end_control %>
</table>
</body>
</html>