I was wondering if it is possible without making a module to create a search form with drop down boxes in it to pick different things to search for.

I'm currently developing a guide to eating establishments throughout my country and would like to have options such as picking either the north or south island, type of crusine or even the price range. As well as having the existing search box included aswell.

So far I've managed to make a collapseable Div in my right sidebox and have gotten the search function working in there, but I'm unsure about the rest, I've got some basic knowledge of php from learning to use zencart and now drupal but I'm not a coder of php my experience lies with html/css etc.

Anyway help would be great.

cheers

Rick

Comments

WorldFallz’s picture

You can do with this with the http://drupal.org/project/views module and 'exposed fiters'. See views advanced help for more info.

Sly Assassin’s picture

hey thanks for that WorldFallz. I'll take a look at the module and see if it's going to work for me :)