98 Posts
Edwin
10 years ago
1
Topic

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

Get a VIP membership
98 Posts
Edwin
10 years ago
0
Level 1

Sorry I got it. It was just a normal mysql clause: where "id=15 or id=16". Now both categories show up in drop down. Thank you

Get a VIP membership