mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
12 lines
253 B
Scheme
12 lines
253 B
Scheme
$Body
|
|
|
|
<p><% _t('SUBMITTED',"You have submitted the following information:") %></p>
|
|
|
|
<table>
|
|
<% control Fields %>
|
|
<tr>
|
|
<td style="padding: 5px"><b>$Title</b></td>
|
|
<td style="padding: 5px">$Value.RAW</td>
|
|
</tr>
|
|
<% end_control %>
|
|
</table> |