Using Drupal 7.16 and Panels 7.x-3.3: I have created a View and exposed it’s form in a Block. Then I have created two Panel Pages:
/search
which displays the Exposed Form Block/results
which displays the View’s Content Pane
Now whenever I submit the Exposed Form Block, it redirects to the root page (/
). I am aware of the “Inherit Path” setting, but that changes nothing to me. As far as I understand, this setting isn’t what I’m looking for, anyway.
How do I get the Exposed Form Block to submit its query to the page where the corresponding View Content Pane is placed? Is modifying the code the only way to achieve this?