PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Loop a field within the form

  1. 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

    Posted 13 years ago on Friday December 10, 2010 | Permalink
  2. This isn't currently possible, with or without hooks. The form can only be created within the form builder. Fields can be manipulated (ex. drop down values, etc.) using hooks, but fields can't be added via hooks like you described above.

    Posted 13 years ago on Friday December 10, 2010 | Permalink