mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
11 lines
244 B
Scheme
11 lines
244 B
Scheme
<%-- Note: content is already escaped in UserDefinedFormController::process --%>
|
|
$Body.RAW
|
|
|
|
<% if not $HideFormData %>
|
|
*
|
|
<% loop $Fields %>
|
|
* <% if $Title %>$Title<% else %>$Name<% end_if %>
|
|
* $FormattedValue
|
|
<% end_loop %>
|
|
<% end_if %>
|