Umbraco Forms Macros not showing and is not available in Back Office
I just installed Umbraco Forms 4.4.7 on a Umbraco 7.4.2 installation. The forms section shows up just fine. However the macros associated with Umbraco Forms seems to be missing. Any way to get them to work?
I'm getting this error whenever I try to create a new macro
Cannot insert the value NULL into column 'uniqueId', table 'localdb.dbo.cmsMacro'; column does not allow nulls. INSERT fails. The
statement has been terminated.
I'm thinking this might have been why the macros has not been added in the first place.
Seems there was a database issue, and I was not able to create macros at all. Ended up upgrading umbraco to 7.6.13 and updating the Umbraco Forms to version 6.
Umbraco Forms Macros not showing and is not available in Back Office
I just installed Umbraco Forms 4.4.7 on a Umbraco 7.4.2 installation. The forms section shows up just fine. However the macros associated with Umbraco Forms seems to be missing. Any way to get them to work?
This does generated fine on our version. But our version is 4.4.0.
So, if it has not auto-generated then try generating macros manually. I have taken screenshot for you. Please try this should work.
~/Views/MacroPartials/InsertUmbracoForm.cshtml
~/Views/MacroPartials/RenderUmbracoFormScripts.cshtml
Let us know how it goes for you!
Hello, thank you for your response.
I'm getting this error whenever I try to create a new macro
I'm thinking this might have been why the macros has not been added in the first place.
Seems there was a database issue, and I was not able to create macros at all. Ended up upgrading umbraco to 7.6.13 and updating the Umbraco Forms to version 6.
is working on a reply...