When installing a clean Umbraco 10 installation together with Umbraco Forms 10, I noticed that this Macro is being installed:
However, no file named InsertUmbracoFormWithTheme.cshtml is actually added to ~/Views/MacroPartials/. And despite the folder being empty, I can still run this piece of code to render my form:
@await Umbraco.RenderMacroAsync("renderUmbracoForm", new { FormGuid = Model.Form })
Why is that? What is actually running here and why can't I see it?
Umbraco Forms 10 Installing a macro?
When installing a clean Umbraco 10 installation together with Umbraco Forms 10, I noticed that this Macro is being installed:
However, no file named InsertUmbracoFormWithTheme.cshtml is actually added to ~/Views/MacroPartials/. And despite the folder being empty, I can still run this piece of code to render my form:
Why is that? What is actually running here and why can't I see it?
Here's a screenshot of the database as well:
is working on a reply...