Forums › Forums › Search & Filter Pro › Multiple Searches = One Result
Tagged: multiple searches, result, search form
- This topic has 4 replies, 2 voices, and was last updated 4 years, 9 months ago by Trevor.
-
Anonymous(Private) January 27, 2020 at 7:24 pm #232227
Hi Trevor,
First of all, thank you for the great plugin, everything works amazingly.
I’m working on a custom coded project.
I do have a solution for the next question that I’m going to ask, but I’ve thought you might have a better solution than me for sure.
I’m using shortcodes right now to display results
I would like to create two searches on different pages that would produce an equal result
[landing page + search form which redirect to page 2] & [result page + search form + result]
So basically when a user lands on “landing page” there is search form + filters, a user selects choices from the dropdown (post_meta) and hit “search” and it redirects to “result page” where it showing results according to what user selected on the “landing page”, but this “result page” has also search form with filters and they should be kind of preselected because user already have chosen some of them on “landing page”
The only solution that I can think of would be CSS, enable everything for one search form and then just display: none or via javascript remove(); unnecessary parts that don’t need it. I’m not that proficient with back-end PHP.
-
AuthorPosts