i want to loop a form field within gravity form. Is this possible. So just like i have a code for looping text such as
<ul>
<?php for (i=0;i<10;i++){ ?>
<li>field <?php i ?></li>
<?php } ?>
</ul>
I want to add a upload field against each li. Is this possible via hooks. Any guidance would be greatly appreciated