mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
12 lines
192 B
Scheme
Executable File
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>
|