Search Results not redirecting
-
Hi This is the search form I’m using
<form method="GET" action="https://tbc-recruit-staging.com/?page_id=3610"> <p> <label for="search_categories">Sector</label> <?php job_manager_dropdown_categories( array( 'taxonomy' => 'job_listing_category', 'hierarchical' => 1, 'name' => 'search_categories', 'orderby' => 'name', 'selected' => $selected_category, 'hide_empty' => false ) ); ?> </p> <p> <label for="search_categories">Contract Type</label> <?php job_manager_dropdown_categories( array( 'taxonomy' => 'job_listing_type', 'hierarchical' => 1, 'name' => 'search_categories', 'orderby' => 'name', 'selected' => $selected_category, 'hide_empty' => false ) ); ?> </p> <p> <input type="submit" value="Search" /> </p> </form>
When searching it redirects to the home page with a query string like this:
/?search_categories[]=171
Thanks in advance
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Search Results not redirecting’ is closed to new replies.