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.

Allow users to add fields on frontend

  1. Is there a way to allow users to dynamicly add fields on the front end? I am trying to create an order form and want them to be able to click a button to add additional fields.

    Posted 12 years ago on Wednesday February 1, 2012 | Permalink
  2. Richard Vav
    Administrator

    Currently the only field that supports the user dynamically adding additional fields (rows) is the List field, you can find out more about the list field on this page of the documentation http://www.gravityhelp.com/documentation/page/List

    The List field can either be a single field or have multiple columns, it is a text field as standard but using a filter added to your functions.php file you can turn one or more of those columns into drop down fields.

    The List field was only introduced in version 1.6 so it is still early days, no doubt the Gravity Forms team have ideas about how it can be expanded on and improved in future versions.

    Posted 12 years ago on Wednesday February 1, 2012 | Permalink