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.

Add fields automatically

  1. tgkingston
    Member

    I am using gravity form for one of my projects, and I am stuck in the sense that I am not able to dynamically generate new fields depending on the value given. That is, when I enter the number '8' in a text box and hit 'next', I am supposed to get 8 fields generated automatically next to it. But that doesn't happen. How could I bring about this functionality?

    Posted 11 years ago on Wednesday May 8, 2013 | Permalink
  2. David Peralty

    You would have to use conditional logic to do what you are asking. We don't have infinitely repeatable fields, and so only fields on your form (unless you are using the list field) will show up. Using conditional logic, you could have a bunch of fields that are set to show if number is greater than 1, and then 2 and then 3 and so on.

    Posted 11 years ago on Wednesday May 8, 2013 | Permalink