Possible to copy-paste forms from one app to another?

Hey guys, please excuse my ignorance, but is it possible to copy a form from app A into a separate app B?

As far as I know you can only do the following:

  • manually copy-and-paste code and components from the designer
  • making the app available as a library the docs here

Perhaps others know of another way

1 Like

In addition to what @alcampopiano wrote, if you are confident with Git you can clone, modify/copy/etc. any files you like then resubmit the repo, as all projects are just git repos behind the scenes anyway.

Bit beyond me at the moment but some others on here might be able to help with that, as I understand some people do that to maintain staging servers and the like.

Copying client-side code is not a problem., but designing the UI again is quite inconvenient.
Is there a way to show code of the UI and copy and paste the code to the new app?

here’s the solution to copy a form from one app to another.

It’s the same - but you copy the directory of the form rather than the theme directory.

2 Likes