Description:
After the form is loaded, you get an error like below:
Solution:
The first thing, please make sure you have @Html.RequiredClientResources("Header") and @Html.RequiredClientResources("Footer") in the layout view.
Finally, please move FORM outside @RenderSection if you form is rendered in a @RenderSection.
See more here.
Article is closed for comments.