Checkbox dependencies break if quantity boxes are enabled
-
Hi,
I believe I have found a bug related to checkbox dependencies when the option “Enable quantity boxes for each choice” is enabled.
I created a test form with one Checkboxes field containing 6 choices. For each choice, I configured a different dependent field with informative text:
- Choice 1 → show Field 1
- Choice 2 → show Field 2
- Choice 3 → show Field 3
- Choice 4 → show Field 4
- Choice 5 → show Field 5
- Choice 6 → show Field 6
When “Enable quantity boxes for each choice” is disabled, all dependencies work correctly. However, after enabling “Enable quantity boxes for each choice”, the dependency logic breaks.
In my test:
- Choice 1 → correctly shows Field 1
- Choice 2 → incorrectly shows Field 3
- Choice 3 → incorrectly shows Field 5
- Choice 4, 5, 6 → no dependent field is displayed
If I disable quantity boxes again, all dependencies immediately work correctly. It looks like the additional quantity inputs may be affecting the indexing or mapping of checkbox choices used by the dependency logic.
Could you please check whether this is a known issue and advise if there is a fix or workaround? The link to test page provided below.
Versions:
Calculated Fields Form: 5.4.9.8
WordPress: 7.0.3
PHP: 8.3.31Best regards,
AnastasijaThe page I need help with: [log in to see the link]
You must be logged in to reply to this topic.