Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
The forms folder has disappeared from umbraco cms in our test environment.
We are running umbraco forms 4.4.3. I have tried re-installing the forms package but it hasn't helped.
I have full administrator rights to the system.
Any ideas?
Hi Hellen,
Could you please check that you have these lines in the /config/trees.config
<add initialize="true" sortOrder="0" alias="form" application="forms" title="Forms" iconClosed="icon-folder" iconOpen="icon-folder-open" type="Umbraco.Forms.Web.Trees.FormTreeController, Umbraco.Forms.Web" /> <add initialize="true" sortOrder="2" alias="datasource" application="forms" title="Datasources" iconClosed="icon-folder" iconOpen="icon-folder-open" type="Umbraco.Forms.Web.Trees.DataSourceTreeController, Umbraco.Forms.Web" /> <add initialize="true" sortOrder="3" alias="prevaluesource" application="forms" title="Prevalue sources" iconClosed="icon-folder" iconOpen="icon-folder-open" type="Umbraco.Forms.Web.Trees.PreValueSourceTreeController, Umbraco.Forms.Web" /> <add initialize="true" sortOrder="3" alias="formsecurity" application="users" title="Forms Security" iconClosed="icon-folder" iconOpen="icon-folder-open" type="Umbraco.Forms.Web.Trees.FormSecurityTreeController, Umbraco.Forms.Web" />
Perhaps you are missing the line for the form and the form security
Hope this helps.
/Dennis
Thanks very much Dennis.
The lines were there but the initialize attribute was set to false. I changed it to true and it appeared :-)
Hi Helen.
Great that I could help you fix the issue, and it was a easy fix :)
Best,
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Missing forms folder in CMS
The forms folder has disappeared from umbraco cms in our test environment.
We are running umbraco forms 4.4.3. I have tried re-installing the forms package but it hasn't helped.
I have full administrator rights to the system.
Any ideas?
Hi Hellen,
Could you please check that you have these lines in the /config/trees.config
Perhaps you are missing the line for the form and the form security
Hope this helps.
/Dennis
Thanks very much Dennis.
The lines were there but the initialize attribute was set to false. I changed it to true and it appeared :-)
Hi Helen.
Great that I could help you fix the issue, and it was a easy fix :)
Best,
/Dennis
is working on a reply...