8 years ago
1
Topic

Hi All, 

Sorry for the newbie question.

I want to create a search type that has the title of the article in a selectbox and the selectbox will filter when changed.  I know how to do the second part, just not sure how to put the value of the articles into the selectbox on initial load of the form.

thanks!

Get a Book for SEBLOD
4229 Posts
Kadministrator
8 years ago
0
Level 1

You will need to use Select dynamic field, here is some tutorial from old site

https://www.seblod.com/resources/extensions/archives/seblod-2-x-select-dynamic-field

In free mode your query would look like this

SELECT title as text, id as value FROM #__content

Get a VIP membership