Please Log in or Create an account to join the conversation.
Equal to is an exact 1 to 1 match. Meaning if the value is "california" and you're matching "California" then it will fail. Does contains matches exactly, but also doesn't care if it's in the middle of a sentence or whatever the case. the contains operators are best used on multi-select type fields.The above does not work unless I change the (Equal to) to (Does Contain)? I have tried all forms but it does not show the city field when it is defined with "Equal to"
Don't understand, so the condition is not working at all on registration? I could not confirm this, appears to be working fine. Please ensure you've the latest release.The seond problem is that, say I defined the Conditional field with "does Contain". Then I have the field appears as it should be, however, say user changes the state in state dropdown. The condition now has been changed but in registration page, the City dropdown does not change according to the change in the state.
Incubator projects are not supported officially. Meaning we've no tutorials, no official bug and security testing, etc.. They're there for advanced users to review possible new features for CB as well as obtain latest projects to expand their CB sites functionality. They're considered "as-is" and "learn as you go".Also I have not been able to find tutorials for CB Incubator Projects, Should I look for inside each project itself?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
No, you need to place your conditions elsewhere. Instead of placing the condition on your State drop-down (California, Arizona, etc..) you need to place it on your cities drop-down (Phoenix, etc..). Please review the conditional options as you can conditionally display fields based off self or based of other. CB Conditional doesn't change drop-down values of a field, it only show/hides fields. Example setup as follows.In other words it does not change dynamic. Is there any way around this? or any other solution I could defind dynamic conditional?
Please Log in or Create an account to join the conversation.