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.
No, you'd need to develop such a usage. Shouldn't be too hard to use the fieldClass function like CB Core Fields Ajax does and replace the HTML display. It's not a lightweight thing though and it is a DOM replacement so you risk losing jQuery bindings if they're not designed to handle rebinds.Is there any custom code plugin where I can code this using ajax and php?
Use the Group Column parameter. This way the state is grouped by Country. This usage is shown in our tutorial below.Or is there any other solution rather than using conditional plugin as in this case i have to create 10 of thousands of condition..
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I don't know what to tell you then. You could try adding jQuery to profile edit using CB Auto Actions and change the dropdown to a Select2 dropdown, which has a search feature. It's the same plugin used for the Triggers dropdown in CB Auto Actions.But we have more than 50,000 school, it would not be good for a user to be presented with such a long list.
You can, but it's going to take a page load so the query adjusts.I was hoping that the user can narrow down that list using state, county and district filter.
You'd need to develop a plugin to do what you're wanting. We have nothing that reloads the HTML edit display of a field. However if you implemented such a thing you risk losing a lot of jQuery bindings as a few plugins are probably not using live, on, or delegate. Probably best solution would be an ajax populated select field that you could force an ajax call for and it only changes its options and nothing else so the DOM could stay intact (basically a remote data populated dropdown that refreshes in intervals, etc..).Any advice?
Please Log in or Create an account to join the conversation.