Hi folks
NOTE: This was solved WHILST I was writing this post, a simple storage error..... Quickest support ever :)
I am using Select Dynamic for a category form, which pulls a list of categories, that share the same parent id. I then create a new category with one of the list items as a parent, I can not save the data in the parent_id...
My Query: FREE code
SELECT title AS text, id AS value
FROM #__categories
WHERE parent_id = 16
ORDER BY title ASC
STORAGE:
While I was writing this I spotted the error, storage was set to ARTICLE rather than CATEGORY!!!!
Bucklash