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?
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
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.
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
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
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
is working on a reply...