When we are adding Umbraco form through the partial view model call then it is not getting the content and hitting the controller method which we are using for the
getting data in the model page.
example:-
@model IList<Paylocity.Core.Integrations.IVendor>
Can get any solution on it. I need to assign PageId which can be updated in FORM.
But when we are adding Umbraco form through the view with inherit it is working fine and getting the content.
example:-
@inherits UmbracoViewPage<Paylocity.Web.Models.Resources.ResourcePostVm<Paylocity.Core.Resources.IResourceItemPage>>
This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/110095-form-hidden-field