Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Was able to confirm that as a bug in CB Core Fields Ajax and its Update On chaining functionality. Have fixed for a new build available now.Also, the 4th query is still showing nothing at all - except the manually entered item (value:9999;label:My Location Not listed).
In fact, I don't even get a 'spinning wheel' upon changing the 3rd query's selection which this 4th is dependent upon.
It's best to always use #__ as it'll replace the table prefix automatically as defined in Joomla. Be sure to be using quotes appropriately to escape tables, strings, etc.. as well for a clean SQL.1. the last query had `#__ for the query's table prefix - instead of the actual prefix. When I changed that the last query started to work (at least it will occasionally display values there, although still having problems with the 3rd query sometimes showing IDs - which causes the last query to not function.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Ok, that should be fixed now as well in the latest CB Core Fields Ajax build. I've a Country > State > City query select setup that is fully functional. State conditions and updates on Country and City conditions and updates on State. There should be no further chaining issues. I still don't know what is causing your ID/LABEL switch issue though in CB Query Field it self.I've got a Text Field (cb_parishnamenew) that is set-up to be conditionally displayed when the user selects a specific entry in the 4th field - specifically with a value of 9999 (i.e. 'My parish is not listed').
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.