Situation: In Drupal, when you use Views module, it restricts to display Search Form and Results on the same page.
E.g. Page A = (Search Form + Results).
There is no option in Views module interface to move/copy Search Form to another page. E.g. Page A = Search Form, Page B = Results Form
Question: Is it allowed by Views architecture if I have a separate Filter(Search) Form on site front page, and this form then submits search params to actual view page (which displays Results).
My original goal was to have simple search on the 1st page and then results are displayed I would show advanced search form on the second page.
Naturally, I am going to make the 1st custom form have identical fields as in original filter form so that view would understand them.
Is it a typical/accepted solution?