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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...