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
hello can anyone help me here ...
suddenly my forms menu disappeard :(
https://www.dropbox.com/s/a8prvrq64v84lfn/Screenshot%202016-05-09%2019.59.21.png?dl=0
... im working on my localhost ...is this something to do with the licence ? ... thank you
i bought umbraco forms ... the problem still persists ... and im not able to do nothing ... :(
Hi Angelo,
Another thing to check to is in the /Config/trees.config file. In this file you should see this lines.
<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" />
If you donĀ“t do this try to add the missing once. If you are using Umbraco Forms 4.2.x then the formsecurity should be added too.
Hope this helps,
/Dennis
Are there any JavaScript errors in your browser console?
Hello Nicholas ... :) thank you for your response ... im trying to instal it again ... let me see what happens
thank you
AS
solved ...
add initialize="false" sortOrder="0" alias="form" application="forms" title="Forms" iconClosed="icon-folder" iconOpen="icon-folder-open" type="Umbraco.Forms.Web.Trees.FormTreeController, Umbraco.Forms.Web"
i dont know why this flag was false in trees.config... changed to true ... works now :(
thank you anyway to all ...
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco forms strange behavior
hello can anyone help me here ...
suddenly my forms menu disappeard :(
https://www.dropbox.com/s/a8prvrq64v84lfn/Screenshot%202016-05-09%2019.59.21.png?dl=0
... im working on my localhost ...is this something to do with the licence ? ... thank you
i bought umbraco forms ... the problem still persists ... and im not able to do nothing ... :(
Hi Angelo,
Another thing to check to is in the /Config/trees.config file. In this file you should see this lines.
If you donĀ“t do this try to add the missing once. If you are using Umbraco Forms 4.2.x then the formsecurity should be added too.
Hope this helps,
/Dennis
Are there any JavaScript errors in your browser console?
Hello Nicholas ... :) thank you for your response ... im trying to instal it again ... let me see what happens
thank you
AS
solved ...
add initialize="false" sortOrder="0" alias="form" application="forms" title="Forms" iconClosed="icon-folder" iconOpen="icon-folder-open" type="Umbraco.Forms.Web.Trees.FormTreeController, Umbraco.Forms.Web"
i dont know why this flag was false in trees.config... changed to true ... works now :(
thank you anyway to all ...
is working on a reply...