Copied to clipboard

Flag this post as spam?

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


  • Lazau Florin 74 posts 210 karma points
    Aug 19, 2016 @ 08:23
    Lazau Florin
    0

    Umbraco forms recover

    Hi all,

    I use Umbraco Forms and my website is published in azure. I've created a form in published website and my problem is that i don't have local that form. I know that when you create a form some files are generated local. I don't have access to those files( in azure, because i recreated web app) and i'am wondering if is possible to recreate form file using only the data base?

    Thanks.

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Aug 19, 2016 @ 08:35
    Dennis Aaen
    0

    Hi Lazau.

    The forms that you are created in Umbraco Forms, are saved a physical files on the disk as JSON files.

    You can find the forms files her /AppPlugins/UmbracoForms/Data/forms and the same goes for the form workflows. /AppPlugins/UmbracoForms/Data/workflows

    Best,

    /Dennis

  • Lazau Florin 74 posts 210 karma points
    Aug 19, 2016 @ 08:44
    Lazau Florin
    0

    Hi Dennis,

    Yes, but unfortunately the files were deleted because i recreated the Web App. So i have any option to recover the form using only the database.

    Thanks, Florin

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Aug 19, 2016 @ 09:51
    Dennis Aaen
    0

    Hi Lazau,

    It´s depends on what version of Umbraco Forms that you are using? If it´s a newer version they may be lucky

    You could try look at the DB table umbracoCacheInstruction every time a form is saved we send a cache refresh instruction for the new flex-load balancing.

    In there there may be a copy of the JSON that represent the form JSON could you try copy and to save back down to the file on the disk.

    But there is no guarantee that you can find a copy of the JSON, but it´s a attempt

    Hope this helps,

    /Dennis

Please Sign in or register to post replies

Write your reply to:

Draft