When I tried to add Contour form inside RTE, I am getting this error in 7.2.4,
The SessionStateTempDataProvider class requires session state to be enabled
on following line of code in MvcRenderContourForm.cshtml present in macroScripts folder:
@Html.RenderMvcAction(action, controller, formGuid, formtoken, (umbraco.MacroEngines.DynamicNode)Model, (System.Dynamic.DynamicObject)Parameter);
Its like a dead end for me now, please help.
Add macro inside template and it will work :)