Hello together,
i have read the (similar) topics corresponding my problem but there are divergent answers depending on the year/month the topics where posted, so i hope its worth it to start a new request:
I have the following Tab/Field-Setup:
1) When registration starts, first of all a new User has to decide "who he/she will be" : cat1, cat2, cat3; only this first Tab is displayed
2) further tabs (valid for all cat1 and cat2 and cat3) AND depending on the cat1,2,3-decision the above corresponding category-Tab ist displayed to be filled out.
Solved with CB Condidional ... works fine! (All those cat1,2,3 will have 3-PayPlans in the future)
3) On the (e.g.) cat2-Tab there is a field A (multiple choice check box) controlling a field B (multiple choice check box); so A an B are on the same cat-Tab and B is using the "update on" from the CB Ajax plugin triggered by the made choices of A
Solved withe CB Core Ajax ... works on the corresponding cat-Tab
BUT
The Ajax-Update makes the other cat-Tab (e.g.) cat-Tab1 and cat-Tab3 appear with all their fields although the two other catTab-conditions are not fulfilled; so Ajax overrides CB-Conditional
Tests i made:
- with fields that are CB-onditioned on the same Tab it works fine so its only a problem with cb-conditioned tabs; so Ajax does not effect CB-condition of fields
- browser-refresh makes the "unwanted"-Tabs dissapear ... so the condition itself is stil there
- changing the categorie on the Pre-Tab 1) after all the catTabs have appeared after Ajax-Update: the "unwanted"-Tabs are again disappearing, so CB-condition does not effekt CB-Ajax
How do I solve this (without putting all the fields on one single tab an start conditioning them there as fields)?
Thanx and kind regadrs,
Ralf