{end:}
{if:elem.isType(#group#)}
- <div class="formGroup">
- {foreach:elem.elements,gitem}
- {gitem.label:h}
- {gitem.html:h}{if:gitem.required}<div class="req">*</div>{end:}
- {if:elem.separator}{elem.separator:h}{end:}
- {end:}
- </div>
+
+ <div class="row collapse">
+
+ {foreach:elem.elements,gitem}
+ <div class="small-12 medium-9 large-6 columns">
+ {gitem.html:h}{if:gitem.required}<div class="req">*</div>{end:}
+ {if:elem.separator}{elem.separator:h}{end:}
+ </div>
+ {end:}
+
+ </div>
+
{else:}
{elem.html:h}
{if:elem.isName(#captcha_rmv#)}