mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
16 lines
334 B
Scheme
16 lines
334 B
Scheme
<div id="$Name" class="form-step $extraClass" data-title="$Title">
|
|
<% if $Form.DisplayErrorMessagesAtTop %>
|
|
<div class="error-container" aria-hidden="true" style="display: none;">
|
|
<div>
|
|
<h4></h4>
|
|
<ul class="error-list"></ul>
|
|
</div>
|
|
</div>
|
|
<% end_if %>
|
|
|
|
<% loop $Children %>
|
|
$FieldHolder
|
|
<% end_loop %>
|
|
|
|
</div>
|