UmbracoForms.FormPicker (ContactForms) Errors in Umbraco 8.8 RC
Hi Friends,
I just updated to Umbraco 8.8 RC from 8.6.3 and there is the error with UmbracoForms.FormPicker in the contact form in my website. Any one can help. Thanks
The codes in /Views/contact.cshtml:
<div class="row">
@Html.Partial("ContactForm", new Umbraco.Models.ContactFormViewModel())
</div>
UmbracoForms.FormPicker (ContactForms) Errors in Umbraco 8.8 RC
Hi Friends,
I just updated to Umbraco 8.8 RC from 8.6.3 and there is the error with UmbracoForms.FormPicker in the contact form in my website. Any one can help. Thanks
The codes in /Views/contact.cshtml:
The codes in /Views/Partials/ContactForm.cshtml:
My Contact form in Umbraco 8.8 RC is shown the error:
My Contact forms in Umbraco 8.6.3:
Peter
Hi Peter
The error message says that Umbraco namespace doesn't contain Models namespace, it does not form picker error, it's asp net error.
Check please class names and namespaces in your view.
Thanks, Alex
Hi Alex,
I don't edit any code, I just Update Umbraco to latest version and got errors.
Thanks
Peter
is working on a reply...