Guest User

Untitled

a guest
May 26th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <?php foreach ($this->form->getFieldset($fieldset->name) as $name => $field) : ?>
  2. <?php if ($field->hidden === false) : ?>
  3. <div class="sc-group">
  4. <?php echo $field->input; ?>
  5. </div>
  6. <?php endif; ?>
  7. <?php endforeach; ?>
  8.  
  9. <field name="name"
  10. label="Name"
  11. type="text"
  12. required="true"
  13. hint="Placeholder Text"
  14. default=""
  15. />
Add Comment
Please, Sign In to add comment