Some conditional fields don’t work after update to 1.8.6
-
Hello,
I just updated the plugin (from version 1.8.3 to 1.8.3) and some of my conditions are no longer working. They were working before updating the plugin. There are no JS console errors or anything, the fields just aren’t hidden like they are supposed to be.
Here are the rules that don’t work anymore: https://webpagefx.mangoapps.com/sf/MzI5NTEzXzczNDE4ODA
Here’s the code for the fields in question:
<fieldset class=”c-enrollment-prospect-form__form__fieldset__subfieldset financial-information”>
<legend class=”c-enrollment-prospect-form__form__fieldset__legend”>Financial Information</legend>
[group no-income-provided-group]
<div class=”clearfix”>
<div class=”form-group -text”>
[checkbox income-not-provided id:income-not-provided use_label_element “I choose not to provide my income information.” ]
</div>
</div>
[/group]
[group income-does-not-qualify-group]
<div class=”clearfix”>
<div class=”form-group -text”>
[checkbox income-does-not-qualify id:income-does-not-qualify use_label_element “I certify that our household does not qualify because our total annual income is above $100,000.” ]
</div>
</div>
[/group]
[group household-income-group]
<div class=”clearfix”>
<div class=”form-group -text”>
<label for=”household-income” class=”-sentence”>What is the gross annual income (before taxes) generated by the houshold? <span>*</span></label>
[number* household-income id:household-income placeholder “$”]
</div>
</div>
[/group]
</fieldset>Is it possible that any of the updates made caused this to break?
The page I need help with: [log in to see the link]
- The topic ‘Some conditional fields don’t work after update to 1.8.6’ is closed to new replies.