Copied to clipboard

Flag this post as spam?

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


  • Zain 4 posts 74 karma points
    Nov 13, 2024 @ 14:50
    Zain
    0

    Umbraco 13 forms conditions rendering script

    I am using a custom theme for umbraco forms and to make conditions work for the custom theme I had to add the following to my Script.cshtml file:

    Html.AddFormThemeScriptFile("~/App_Plugins/UmbracoForms/Assets/themes/default/umbracoforms.js");
    

    But this script file umbraco.js is not loaded directly when the form is loaded on a new browser page and conditions do not work unless the site is refreshed once then the script can be seen and conditions work as expected. What could this depend on ?

  • 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