Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ocelot 9 posts 109 karma points
    May 23, 2022 @ 12:32
    Ocelot
    0

    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.

    enter image description here

    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>
    
  • Ocelot 9 posts 109 karma points
    May 23, 2022 @ 13:40
    Ocelot
    0

    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.

  • Ravi Jakhar 1 post 71 karma points
    Apr 12, 2023 @ 04:50
    Ravi Jakhar
    0

    Please use this jquery

    <script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script>
    
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies