Hi (again...)
I need to have a dropdown menu fullfilled with text field for search filter.
Ex : a text field where user add their skills : butcher, developper...
Now I want a dropdown menu in the search section for filtering with these skills.
I don't think it's possible in a 'field way' but maybye with adding code just after
Code:
echo $this->searchTabContent;
the template code...
Your advice on this ?