Is it possible to multi select fields to copy and paste multiple times?

I’ve created a form that will be used for a product order form. I’d like to be able to copy and paste about 4 rows of fields to allow about 20 entries. I’d like to leave all of the field properties intact as well since I have some conditional logic going on with them.

Is this possible or do I need to manually create all 20 groups which will total 80 to create separately.

There is no feature in Gravity Forms to allow reusing or copy/paste fields like that in your form. It is on our list of requested features.

Maybe this would help in your situation, rather than having to create all 20 groups manually?

https://gravitywiz.com/documentation/gravity-forms-nested-forms/

1 Like

Chris,

Thanks for the quick response. It looks like the limitation of not being able to export the data from child forms would not work for me since I need to be able to export everything submitted.

1 Like

The only other way you might be able to automate this is to add the group of fields to the form, once or twice. Then export the form and edit the JSON directly with a text editor. Find out what the beginning and ending fields look like in the JSON, grab from beginning to end, copy, and paste. Do that as many times as you need to. Then import that form and see if it worked.