Hi All, I'm working on a form which has several versions - effectively some pages (of an original PDF) which some users will need to fill out and some won't. Rather than make multiple forms which duplicate the repeated content, does anyone know of a method to replicate a form or to inherit one form into another? It would be great if we didn't have to create/maintain multiple full forms with the repeated fields. Thanks - Steve
Umbraco Forms store it's form structure data in the filesystem, at this location: \App_Plugins\UmbracoForms\Data*
Forms: *\forms
Workflows: *\Workflows
Datasources: *\datasources
Prevalue sources: *\prevaluesources
You will find form definition in the "forms" directory.
Just copy files and change form GUID for the new form you want to replicate.
Also, form data (Entries) and security are in the database and are linked to form with the GUID enrolled in JSON files associated. See the following tables :
Copy or re-use forms
Hi All,
I'm working on a form which has several versions - effectively some pages (of an original PDF) which some users will need to fill out and some won't. Rather than make multiple forms which duplicate the repeated content, does anyone know of a method to replicate a form or to inherit one form into another? It would be great if we didn't have to create/maintain multiple full forms with the repeated fields.
Thanks - Steve
Umbraco Forms store it's form structure data in the filesystem, at this location: \App_Plugins\UmbracoForms\Data*
You will find form definition in the "forms" directory.
Just copy files and change form GUID for the new form you want to replicate.
Also, form data (Entries) and security are in the database and are linked to form with the GUID enrolled in JSON files associated. See the following tables :
Hope this help.
is working on a reply...