Cannot insert umbraco form using RTE "insert Macro" after upgrade
We just upgraded Umbraco to 7.2.4 and Contour to 2.0.27 and I am having two issues with using the RTE insert Macro.
1) When I click on the insert form from Contour, the page shows a number of radio buttons but does not display the names of the form! So you have to guess which form is the one you want.
2) after I click the select button I get the following error in the RTE: Error loading MacroEngine script (file:MvcRenderContourForm.cshtml) because the FormGuid is not being passed.....Here is the source code generating the error: <div class="umb-macro-holder mceNonEditable"><!-- <?UMBRACO_MACRO macroAlias="umbracoContourRazorRenderForm" FormGuid="" /> --> <ins>Error loading MacroEngine script (file: MvcRenderContourForm.cshtml)</ins></div>
Now if I add the FormGuid, then the form displays correctly - but I cannot have my users doing this! I am assuming that if you fix error 1 above error 2 will be fixed.
Cannot insert umbraco form using RTE "insert Macro" after upgrade
We just upgraded Umbraco to 7.2.4 and Contour to 2.0.27 and I am having two issues with using the RTE insert Macro.
1) When I click on the insert form from Contour, the page shows a number of radio buttons but does not display the names of the form! So you have to guess which form is the one you want.
2) after I click the select button I get the following error in the RTE:
Error loading MacroEngine script (file:MvcRenderContourForm.cshtml) because the FormGuid is not being passed.....Here is the source code generating the error: <div class="umb-macro-holder mceNonEditable"><!-- <?UMBRACO_MACRO macroAlias="umbracoContourRazorRenderForm" FormGuid="" /> --> <ins>Error loading MacroEngine script (file: MvcRenderContourForm.cshtml)</ins></div>
Now if I add the FormGuid, then the form displays correctly - but I cannot have my users doing this! I am assuming that if you fix error 1 above error 2 will be fixed.
HELP!
is working on a reply...