Copying form does not copy repeating panel item templates

What I’m trying to do:

Copy a form and have a complete copy of it available to modify, including copies of any item templates used by the original form.

What I’ve tried and what’s not working:

Copying the form copies the form itself, but leaves repeating panels pointing to the old item templates. This is probably never the desired behavior.

For me, it’s been about 60-40. So, it would make sense to ask “Deep copy (y/n)?” along the way. Or something similar.

I’ve made a Feature Request for this here, since I think it’s an excellent idea and we should keep track of it!

3 Likes

I had this same problem until I realised there is this work around that saves a ton of time.
You can create a copy of the Table then create a copy of the Rows.
You then need to change the type of the table to a Package Form. Click on the Table Name on the left panel on the little drop down triangle, select advanced then select Package Form.
Now you can move the Rows form underneath the Table form.
Click on the Table Form and select the repeating panel.
On the far right-hand panel under properties is a item_template box. It is a tree of all of your forms.
Click on it and select your Rows form.
Voila!
(If you cannot see your Rows form, simply exit your project and return and it will be there)