For some reason I could create a form, which is just for testing purposes. Now I want to create a new form, which works. I can add properties, change the workflows and so on. After I reload Umbraco it does not show...
Problem was due to a Setting in appsettings.json because I switched from "ManageSecurityWithUserGroups" : false to true. I also had to enable the "DefaultAccessToNewForms" to "Grant".
Cannot create new Form
Hello there
I'm using Umbraco Froms on my page.
For some reason I could create a form, which is just for testing purposes. Now I want to create a new form, which works. I can add properties, change the workflows and so on. After I reload Umbraco it does not show...
In the console ther'se following error:
Does someone has this problem too?
Looking forward to hear from you!
Problem was due to a Setting in appsettings.json because I switched from "ManageSecurityWithUserGroups" : false to true. I also had to enable the "DefaultAccessToNewForms" to "Grant".
This solved the problem for me. If more information is needed you can lookt into follwoing Github issue: https://github.com/umbraco/Umbraco.Forms.Issues/issues/1106 which was a dublicate of https://github.com/umbraco/Umbraco.Forms.Issues/issues/1102
is working on a reply...