Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Yup, that'll do it. It can't load the conditions of a field that isn't loaded as CB Conditional has no idea it exists. To circumvent this you need to use Conditional Self on your fields/tabs instead of letting the field it self show/hide other fields.it seems i found the issue - there is a single select drop down field - cb_profile which is selected by user during the registration and after this different tabs and fields appear dependable on the selected value. This field (cb_profile) is not meant to be changed after registration, so it does not appear on edit view and on profile view (on profile view it's selected value is rendered through custom html field in another tab)
So in field settings 'Show on Profile' was set to 'no' (and still is);
'Show on Profile Edit' was turned to 'no' too, and as soon as i changed it to 'Yes, one line with title' conditional start working again, and there were no more error messages. instead of this i set conditional to hide if field (cb_profile) is not empty and enabled it only on edit view. Honestly i dont understand any logic why that helped, i was changing settings in this particular field since other fields were conditioned against it and it was a possibility that the problem was in it.
Depends on your condition. No Preference is an empty string value and is always present for selects on userlist search as it's a way of telling it to ignore the input for searching. Based off your condition this should be working fine, but looks like initial display isn't triggering the condition check. Have created a bug ticket to investigate search conditions to see if a bug could be present.when i go to live view and try to search users cb_projecttype has 'no preference' value in dropdown on default and cb_stage is showing, as if not conditioned at all, only after i start selecting other values one by one from cb_projecttype it eventually starts to hide and show, but not always, sometimes it doesnot hide even if other value is selected. What i am doing wrong? what causes this?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.