Hi,
I am trying to create a generic template for User generated forms using the forms for editors module within Dynamic Web.
I want to be able to loop through each field within the form and attach some div elements around it.
<div class="row">
<div class="generic-form form">
<form ID="" class="validate ajax" metod="push">
@foreach (LoopItem i in GetLoop("Form.Fields"))
{
<p>Yash</p>
}
</form>
</div>
</div>
This is not entering the loop.
What is the way to achieve this?
Thanks & Regards,
Yash.