Hello all
I'm trying to create an article submission form where users can select their own category. I've used Select Dynamic field and so far I can only select categories which have subcategories. My settings are:
Table: #__categories
Options Name: Title
Where: parent_id=14 or id=14 for just one category
Options Value: id
How do I select any category, even top categories but not show all categories in drop down, only the ones I want? What must storage be?
Thank you in advance