Umbraco 7 Form conditions not working

I’ve got a umbraco 7.4.3 site using umbraco forms 4.4.2

When I go to add conditions they don’t work, for example

  1. I’ll add a form element Q1 with Yes and No (multiple choice)
  2. I’ll add a second form element Q2 (textbox) with a condition
    Show if Q1 is No

Initially it hides the field, but when I select No, it doesn’t do anything (I’m expecting to show Q2 when I select No), however in my console log I can see it showing and hiding.

I have all my JavaScript files setup correctly, unobtrusive works with the mandatory fields.

For some reason the following line is not updating client side:

bool hidden = f.HasCondition && f.ConditionActionType == FieldConditionActionType.Show;

I’m running out of ideas, I’ve been outputting info to the console log from App_Plugins/UmbracoForms/Assests/umbracoforms-conditions.js

I’ve also made sure that all fields are mandatory, have default values etc…

I’ve also looked at the google result for condition not working.

Any help would be much appreciated

Thanks


This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/98284-umbraco-7-form-conditions-not-working