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
Just creating my first form in Umbraco 9 but struggling a little.
It looks like I call the form now with
@{await Html.RenderPartialAsync("Form/_FormAnonymously", new AnonymouslyFormViewModel());}
And for a strongly type model I have @inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage
But its having problems.
Any help would be appreciated. I can see examples online but none accessing IPublishedContent in the partial
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
Accessing IPublished Content in my Partial
Just creating my first form in Umbraco 9 but struggling a little.
It looks like I call the form now with
@{await Html.RenderPartialAsync("Form/_FormAnonymously", new AnonymouslyFormViewModel());}
And for a strongly type model I have @inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage
But its having problems.
Any help would be appreciated. I can see examples online but none accessing IPublishedContent in the partial
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.