Hi There
I created a query drop down (single select field) to return a list of active users - however the first record shows as blank (expected) the second as "user_id" (unexpected) and the user list follows.
Could you please be so kind as to let me know what I may be doing wrong here?
My query is:
Code:
SELECT `name`, `block`, `id` FROM `#__users` WHERE block=0 ORDER BY name
Using CB 2.0.l1
Thanks
Cliff