Skip to content
Snippets Groups Projects
Commit fa061d9c authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Add forgotten template file

parent 56d90026
No related branches found
No related tags found
No related merge requests found
<input type="hidden" name="fields[]" value="<?php echo $name; ?>"/>
<?php foreach ($fields as $F) { ?>
<fieldset id="field<?php echo $F->getWidget()->id;
?>" <?php if (!$F->isVisible()) echo 'style="display:none;"'; ?>>
<?php echo $F->render(); ?>
<?php foreach ($F->errors() as $E) {
?><div class="error"><?php echo $E; ?></div><?php
} ?>
</fieldset>
<?php } ?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment