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...
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.
Continue discussion
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...
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.