The macro is missing the FormGuid parameter so I cannot select a form to insert into a template. When I attempt to manually add the parameter, I get an error that it is a duplicate:
Cannot insert duplicate key row in object 'wise_admin.cmsMacroProperty' with unique index 'IX_cmsMacroProperty_Alias'. The statement has been terminated.
If I manually add the form guid to the RenderMacro call, the front-end tells me "Please provide a valid form Id". I have double-checked and it is the correct guid.
I even tried deleting the macro and recreating it with the macro parameter, which went smoothly, but when I tried adding it to a template I still was unable to select a form. I went back to the macro and the parameter I had just created was gone.
I just tried installing Contour 3.0.21 on a fresh installation of Umbraco 7.1.2 - It seems like a bug to me since it should just work out of the box without the need to do anything further.
Do you mind reporting a bug at the issue tracker about this?
Cannot "Insert form from Umbraco Contour"
The macro is missing the FormGuid parameter so I cannot select a form to insert into a template. When I attempt to manually add the parameter, I get an error that it is a duplicate:
Cannot insert duplicate key row in object 'wise_admin.cmsMacroProperty' with unique index 'IX_cmsMacroProperty_Alias'.
The statement has been terminated.
If I manually add the form guid to the RenderMacro call, the front-end tells me "Please provide a valid form Id". I have double-checked and it is the correct guid.
I even tried deleting the macro and recreating it with the macro parameter, which went smoothly, but when I tried adding it to a template I still was unable to select a form. I went back to the macro and the parameter I had just created was gone.
Umbraco v7.1.2, Contour v3.0.21
Hi Derrik
Did you install Contour manually or did you install the package?
/Jan
Hi Jan - I installed the packaged.
Hi Derrik
I just tried installing Contour 3.0.21 on a fresh installation of Umbraco 7.1.2 - It seems like a bug to me since it should just work out of the box without the need to do anything further.
Do you mind reporting a bug at the issue tracker about this?
Cheers, Jan
Thanks, Jan. I just reported the bug in the issue tracker: http://issues.umbraco.org/issue/U4-4921
is working on a reply...