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
Hello!
Umbraco Forms conditional logic not working in Umbraco 10.0.1
Any idea of how to fix this ? Thanks!
In my case I was missing the javascript file previously loaded in the Forms/Themes/default/Scripts.cshmtl file here:
@{ Html.AddFormThemeScriptFile("~/App_Plugins/UmbracoForms/Assets/themes/default/umbracoforms.js");
}
Now I copied over the file to my assets and now loading it using Smidge like this:
SmidgeHelper.CreateJsBundle("inline-js-bundle").RequiresJs( new[] { "/assets/js/umbracoforms.min.js", });
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco Forms conditional logic not working in Umbraco 10.0.1
Hello!
Umbraco Forms conditional logic not working in Umbraco 10.0.1
Any idea of how to fix this ? Thanks!
In my case I was missing the javascript file previously loaded in the Forms/Themes/default/Scripts.cshmtl file here:
}
Now I copied over the file to my assets and now loading it using Smidge like this:
is working on a reply...