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
Dear All,
I am getting following error on Umbraco forms.
The link is taking me to following url
https://our.umbraco.com/documentation/Add-ons/umbracoforms/developer/Prepping-Frontend/
As per documentation, it is saying that I have to include client dependencies under head or body tag
But not sure where .cshtml file ? Is it on Master page or somewhere else ?
my form is doing correct validation after post. So, do i need client dependencies again.
Hello,
Please be sure that you added the below dependency in the top of your site. https://our.umbraco.org/documentation/Add-ons/UmbracoForms/Developer/Prepping-Frontend/
<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.0.0.min.js"></script> <script src="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.16.1/jquery.validate.min.js"></script> <script src="http://ajax.aspnetcdn.com/ajax/mvc/5.2.3/jquery.validate.unobtrusive.min.js"></script>
Also check this :- https://github.com/umbraco/Umbraco.Forms.Issues/issues/56
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Error on umbraco form
Dear All,
I am getting following error on Umbraco forms.
The link is taking me to following url
https://our.umbraco.com/documentation/Add-ons/umbracoforms/developer/Prepping-Frontend/
As per documentation, it is saying that I have to include client dependencies under head or body tag
But not sure where .cshtml file ? Is it on Master page or somewhere else ?
my form is doing correct validation after post. So, do i need client dependencies again.
Hello,
Please be sure that you added the below dependency in the top of your site. https://our.umbraco.org/documentation/Add-ons/UmbracoForms/Developer/Prepping-Frontend/
Also check this :- https://github.com/umbraco/Umbraco.Forms.Issues/issues/56
is working on a reply...