silverstripe-userforms/templates/email/SubmittedFormEmail.ss

12 lines
192 B
Scheme
Executable File

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