Hello

I have read a lot about VFS, but something I have not found yet.

Currently I have a Search Form with 5 exposed search factors.
All Appears side by side (paralell).

How can I theme a VFS Search form?
Is there anywhere a documentation?
I wanted to display the search filter factors vertical, this would be great currently.

thx
benjamin

Comments

douggreen’s picture

You may want to try the views_filterblock module, which moves the exposed filters into a vertical block and uses fieldsets to hide/expose the filters. If that doesn't do exactly what you want, you should be a able to override the view in the theme, and if that still doesn't work, you can copy the techniques I used in VFB by looking at the code.

bennos’s picture

Hello

thx for your answer. I will try it.

benjamin

douggreen’s picture

Status: Active » Closed (fixed)