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
hi, I'm using umbraco forms and I get the following message.
umbracoforms.js already loaded and I get the error.
any fix for this issue?
umbraco 8.6.4
Edit 1:
I also added follwoing scripts but the issue still exists.
<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>
I checked my network and found out it's blocking to link outside of the domain, after downloading the files and linked them locally the issue was fixed.
Please use this jquery
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco Forms requires a validation framework to run
hi, I'm using umbraco forms and I get the following message.
umbracoforms.js already loaded and I get the error.
any fix for this issue?
umbraco 8.6.4
Edit 1:
I also added follwoing scripts but the issue still exists.
I checked my network and found out it's blocking to link outside of the domain, after downloading the files and linked them locally the issue was fixed.
Please use this jquery
is working on a reply...