Hi! I created a search type/module with one field: This is a dynamic select where all titles of articles are shown. I want the user to be able to simply select the article title, sublit and the (one) result should show.
I created a search form with these fields: CCK, selection (dynamic select) and a submit button.
When I use this search form no results are returned. The dropdown shows the articles OK, so it is dynamically filled. But somehow I need to submit something else? Maybe the article ID in a hidden field based on the value of the dynamic select?
The dynamic select I use shows a list of the article titles as option names and the article id as value.
Am I missing something?
Thanks!