Copied to clipboard

Flag this post as spam?

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


  • Darren Wilson 229 posts 597 karma points
    Aug 18, 2016 @ 10:24
    Darren Wilson
    0

    Issue with Conditional Logic in UmbracoForms

    Hi Folks,

    I'm having a bit of an issue with UmbracoForms and Conditional Logic. I'm trying to get a Dropdown list to appear when a Radio Button is selected. I've set up the Conditional stuff as per the instructions (see attached), but when the Radio Button is selected the field doesn't appear - does the conditional stuff only work with certain types of field?

    Cheers

    Darrenenter image description here

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Aug 18, 2016 @ 10:42
    Dennis Aaen
    0

    Hi Darren,

    What version of Umbraco and Umbraco Forms are you using at the moment?

    /Dennis

  • Darren Wilson 229 posts 597 karma points
    Aug 18, 2016 @ 10:45
    Darren Wilson
    0

    Hi Dennis,

    It's 4.1.4

    Darren

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Aug 18, 2016 @ 10:57
    Dennis Aaen
    0

    Hi Darren,

    Okay then I would recommend you to upgrade your Umbraco Forms to the latest version, because this have got a lot of UI/UX love, which means it has been much easier to work with conditional logic.

    We are now helping the user choosing the right value in the conditional logic.

    Besides the UI/UX update you also get a lots of bugs fixed, some of them has impact on the conditional logic. You can upgrade your Umbraco Forms manually to the latest version by using this https://umbraconightlies.blob.core.windows.net/umbraco-forms-release/UmbracoForms.Files.4.3.2.zip

    If you don´t want to upgrade to the latest version of Umbraco Forms, then you should a least upgrade to 4.1.5 the reason for this is:

    https://umbraco.com/follow-us/blog-archive/2016/1/27/umbraco-forms-security-notice/

    /Dennis

  • Darren Wilson 229 posts 597 karma points
    Aug 18, 2016 @ 11:14
    Darren Wilson
    0

    Where do I need to bung these on the server - going to upgrade to the latest version?

    D

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Aug 18, 2016 @ 11:21
    Dennis Aaen
    0

    Hi Darren,

    You should simply unzip the folder, and then just override the files that are in these folders then, your Umbraco Forms should be updated to the latest version.

    You should also see a upgrade button on the dashboard of Umbraco Forms.

    https://our.umbraco.org/documentation/products/umbracoforms/Installation/Upgrade

    /Dennis

  • Darren Wilson 229 posts 597 karma points
    Aug 18, 2016 @ 11:45
    Darren Wilson
    0

    Hi Dennis,

    I'll copy over those files - I'm not actually seeing a button on the dashboard.

    D

    enter image description here

  • Darren Wilson 229 posts 597 karma points
    Aug 18, 2016 @ 13:36
    Darren Wilson
    0

    It's deleted all my forms and entries!!!!!!!

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Aug 18, 2016 @ 13:42
    Dennis Aaen
    0

    Hi Darren,

    Your forms should be in a folder called Forms in /App_Data/Plugins/UmbracoForms/Data/Forms, and this folder is not in the zip file so it should be overridden.

    Can you check that they are still there.

    /Dennis

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Aug 18, 2016 @ 13:56
    Dennis Aaen
    0

    Hi Darren,

    When you are doing some upgrades to your site it´s always recommendation to do a backup first so you can roll back if something went wrong that said.

    Could you please try:

    Go to users and form security tree to see if the forms are listed there for you to be able to setup permissions to the forms you needs. It might be that.

    Also check JSON files are on disk /App_Data/Plugins/UmbracoForms/Data/Forms

    Last check some DB tables to see if entries have really gone.

    Best, -Dennis

  • Darren Wilson 229 posts 597 karma points
    Aug 18, 2016 @ 13:58
    Darren Wilson
    0

    Hi Dennis,

    I moved the whole folder and copied over the new one - forms and data are back! Sorry, me being an idiot! One thing though, the dashboard isn't showing the forms and entries!

    Darren

  • Darren Wilson 229 posts 597 karma points
    Aug 18, 2016 @ 14:02
    Darren Wilson
    0

    That's solved the conditional stuff now too!

    Darren

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Aug 18, 2016 @ 14:11
    Dennis Aaen
    0

    Hi Darren,

    So everything is back and you can see your forms and entries right?

    /Dennis

  • Darren Wilson 229 posts 597 karma points
    Aug 18, 2016 @ 14:24
    Darren Wilson
    0

    Everything but the Dashboard

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Aug 18, 2016 @ 14:31
    Dennis Aaen
    0

    Hi Darren,

    Could you please check that the config/Dashboard.config have this lines of code in it:

      <section alias="StartupFormsDashboardSection">
        <areas>
          <area>forms</area>
        </areas>
        <tab caption="Dashboard">
          <control>/app_plugins/umbracoforms/backoffice/dashboards/licensing.html</control>
          <control>/app_plugins/umbracoforms/backoffice/dashboards/yourforms.html</control>
          <control>/app_plugins/umbracoforms/backoffice/dashboards/activity.html</control>
        </tab>
      </section>
    

    If not could you please try to add it in to the Dashboard.config

    /Dennis

  • Darren Wilson 229 posts 597 karma points
    Aug 18, 2016 @ 15:25
    Darren Wilson
    0

    Hi Dennis,

    They are all in!

    D

    enter image description here

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Aug 18, 2016 @ 16:01
    Dennis Aaen
    0

    Hi Darren,

    Okay and you also have all the html files and a folder with the name of controllers where the js are located.

    /App_Plugins/UmbracoForms/Backoffice/Dashboards

    /Dennis

  • Darren Wilson 229 posts 597 karma points
    Aug 19, 2016 @ 08:35
    Darren Wilson
    0

    Morning Dennis,

    Yep, those are there too!

    Darren

    enter image description here

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Aug 19, 2016 @ 08:40
    Dennis Aaen
    0

    Hi Darren,

    Okay thats a bit odd. I am thinking if this could be some caching. Could you please try to bump the clientDependency version number.

    So if you go to /Config/ClientDependency.config then you will see a number like this:

    <clientDependency version="1281802480" fileDependencyExtensions=".js,.css" loggerType="Umbraco.Web.UI.CdfLogger, umbraco">
    

    Try to bump the last digit one up, so it loads js and css fresh in.

    Hope this helps,

    /Dennis

  • Darren Wilson 229 posts 597 karma points
    Aug 19, 2016 @ 08:45
    Darren Wilson
    0

    Hi Dennis,

    That's still not worked - it's not that important if you can't see it as the entries are within the entries section and the client gets an email - it's just handy to see at a glance.

    Darren

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Aug 19, 2016 @ 09:45
    Dennis Aaen
    0

    Hi Darren,

    Can check browser dev tools any 404s or errors etc in console that may help to find of out why you don't have the dashboard.

    I know that I have said it before, double check those dashboard files are there on the server

    /Dennis

  • Darren Wilson 229 posts 597 karma points
    Aug 19, 2016 @ 11:14
    Darren Wilson
    0

    All files are there - I uploaded again just in case!

    Looking at the DEV tools - this looks a bit interesting:

    enter image description here

Please Sign in or register to post replies

Write your reply to:

Draft