Please share a link.
Version 1.6.4 was released 3 months ago and nobody reported this. Also it is still working fine here: https://conditional-fields-cf7.bdwm.be/nested-groups/
I am dealing with the same issue
<div class=”pro-size”>
[select* your-product include_blank “Armchair”]
</div>
[group armchairs clear_on_hide inline]
<div class=”clearfix”>
<div id=”left”>[number length placeholder “Length (mm):”] <p>x</p></div><div id=”middle”> [number width placeholder ” width (mm):”] <p>x</p></div><div id=”right”>[number height placeholder “height (mm):”]</div>
</div>
[/group]
show [armchairs] if [your-product] equals [Armchair]
It seems to not be working
I figured out why it is doing it, if you select your groups to be inline, then some how it stops the condition from working.
yeah, adding block level elements (like <div>) inside inline elements (like span) is invalid HTML. https://developer.mozilla.org/en-US/docs/Web/HTML/Inline_elements