Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Steve 140 posts 321 karma points
    Nov 18, 2015 @ 13:32
    Steve
    0

    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

  • Simon Hebert 22 posts 92 karma points
    Nov 19, 2015 @ 18:11
    Simon Hebert
    0

    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 :

    • Data: UFRecord*
    • Security: UFUser*

    Hope this help.

Please Sign in or register to post replies

Write your reply to:

Draft