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