I need to create simple menu with two jump menus - there is no dependency between selects.

Example:

SELECT A (cities):
- Los Angeles
- Dallas
- Oklahoma
- New York

SELECT B (offres):
- pizza
- pasta
- steak
- chicken
- kebab

After selecting values from select, I need to combine values, so selecting Los Ageles and Pizza will go to www.example.com/los-angeles/pizza (in my case because of exposed filters to www.example.com/los-angeles/pizza?field_typy_ponuky_donasky_tid[0]=19 ).

I don't have any clue how to do that. Any ideas?

Comments

If cities and offers are

If cities and offers are vocabularies you can make a view that has filters on each vocabulary then expose the filters. There is an option in views to place the exposed filters in a block.

Yes, that is what I did,

but using exposed filters means I will have results on result page.
I need something like jump menu, so user will be redirected to the right place...

That is why you would select

That is why you would select the option under "Advanced" to place the exposed filters in a block. Place the block in a region on any page(s) you want.

I did,

and I have places block on each page of the website.
But still - selecting e.g. los angeles is not redirecting me to city page, but to view page....
Maybe I am missing something?

I must have misunderstood,

I must have misunderstood, it sounded like you want people to be able to select one value from each drop down in which case you need a custom page to take both filters into account.

well,

what I need is exactly jump menu, which constist of two selects. I don't need one page with filters....

The question is, if I can create jump menu with two select and change landing page. Or maybe there is another solution I am missing...

nobody click here