Have you updated to the latest CB Core Fields Ajax build released today? I've confirmed it works fine chaining 4 fields together using Update On and conditioning in CB Conditional. If you're conditioning a field that is not a part of the Update On then the condition is not going to change its results when Update On triggers, because Update On only sends the value of fields that are selected in Update On.However, the last problem noted - the conditional text field is not resolved with the latest patch.
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.
Please Log in or Create an account to join the conversation.
Yup, there was a lot of looping and rebinding going on that shouldn't have. CB Conditional in fact could not clean it self up when an instance was destroyed and that it self was causing serious slow downs. To the point that I could crash my browser with infinite looped JS in some instances. I've fixed all those JS issues now so hopefully should remain performant.Also, the entire form is now working MUCH faster. The queries appear to be almost instantaneous. Possibly those dependencies were trying to resolve but couldn't for some reason, but just kept trying.
Either way, the form is now working VERY fast and looks to be very stable now.
Fingers crossed no more issues, but if you see any I'll be glad to help.HOPEFULLY we can close this for good now!
Sounds like a good idea!I'm thinking that maybe I should do a presentation at our next JUG on 'how to push extensions until they break' - and then explain how to work with extension devs to test the code to make it work.
Please Log in or Create an account to join the conversation.