Copied to clipboard

Flag this post as spam?

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


  • AnandBhopale 54 posts 172 karma points
    May 21, 2021 @ 05:51
    AnandBhopale
    0

    Error on umbraco form

    Dear All,

    I am getting following error on Umbraco forms.

    enter image description here

    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.

  • AddWeb Solution Pvt. Ltd 109 posts 360 karma points
    May 21, 2021 @ 11:05
    AddWeb Solution Pvt. Ltd
    0

    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

  • 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