Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I got a problem with Contour, it does not render on my umbraco site.
Running Contour 3.0.7.0 and Umbraco 6.0 with MVC razor. The only information I get is this: Filtering is not allowed.
Is there something I have missed?
@Roberto and does the form show up when you preview it?
It works in preview. Well in Contour not on the Node
Sounds like it might be an issue on your template then, are you using views or masterpages?
Using Views.@inherits Umbraco.Web.Mvc.UmbracoTemplatePage@{ Layout = "~/Views/Contents.cshtml";}@Umbraco.RenderMacro("umbracoContour.RazorRenderForm", new {FormGuid = "36b6ff68-0afa-4c5d-8784-1ebb36e04dd4"})
Ok let me see if I can reproduce
Just tried the same setup and it works so it's most likely an issue on your views...
Could you try if it works with the most basic template (just create a new test)
@inherits Umbraco.Web.Mvc.UmbracoTemplatePage @{ Layout = null; } <html> <head> </head> <body> @Umbraco.RenderMacro("umbracoContour.RazorRenderForm", new {FormGuid="128862f6-df30-43f4-abaf-21ddf8107725" }) </body> </html>
(just need to change to correct formguid)
Still the same error. Can it be a config issue on the web.config?
Did you customize the views of the contour form?
Do you mean MvcRenderContourForm.cshtml? Then no.
I tried the exampel you posted.
Strange, any chance I can take a look at the installation, you can mail details to tg at umbraco dot com
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Contour not rendering
I got a problem with Contour, it does not render on my umbraco site.
Running Contour 3.0.7.0 and Umbraco 6.0 with MVC razor. The only information I get is this: Filtering is not allowed.
Is there something I have missed?
@Roberto and does the form show up when you preview it?
It works in preview. Well in Contour not on the Node
Sounds like it might be an issue on your template then, are you using views or masterpages?
Using Views.
@inherits Umbraco.Web.Mvc.UmbracoTemplatePage
@{
Layout = "~/Views/Contents.cshtml";
}
@Umbraco.RenderMacro("umbracoContour.RazorRenderForm", new {FormGuid = "36b6ff68-0afa-4c5d-8784-1ebb36e04dd4"})
Ok let me see if I can reproduce
Just tried the same setup and it works so it's most likely an issue on your views...
Could you try if it works with the most basic template (just create a new test)
(just need to change to correct formguid)
Still the same error. Can it be a config issue on the web.config?
Did you customize the views of the contour form?
Do you mean MvcRenderContourForm.cshtml? Then no.
I tried the exampel you posted.
Strange, any chance I can take a look at the installation, you can mail details to tg at umbraco dot com
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.