Error:Requires FormManager on the Page

Posted by Community Admin on 05-Aug-2018 13:51

Error:Requires FormManager on the Page

All Replies

Posted by Community Admin on 31-May-2013 00:00

Hi All

after i execute the telerik sitefionity operation i received below error in yellow pages

"When in Write mode the control with  ID requires a formManager on the Page "

Give me the solution i need very urgent

Please find attached screen shot i add this for your refrence

Thanks

Posted by Community Admin on 05-Jun-2013 00:00

Hello,

The error indicates form manager is needed on the template or page you are referring to. There is a control at this page that requires is, add the below markup to the template to load form manager and resolve the problem.

<%@ Register Assembly="Telerik.Sitefinity" Namespace="Telerik.Sitefinity.Web.UI.FieldControls" TagPrefix="sfFields" %>
<%@ Register Assembly="Telerik.Sitefinity" Namespace="Telerik.Sitefinity.Web.UI.Fields" TagPrefix="sfFields" %>
 
<sfFields:FormManager ID="formManager" runat="server" />


Regards,
Stanislav Velikov
Telerik
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed