adding header search widget form action in the markup
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 28 Apr 2017 20:50:33 +0000 (16:50 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 28 Apr 2017 20:50:33 +0000 (16:50 -0400)
the search by category part of the header search widget was missing the form action, added it to test
and debug the searching functions on dev55

sections/header.php

index 7a2051b..f5eb899 100644 (file)
@@ -60,7 +60,7 @@
                         </select>
                         <input class="search-button right" type="submit" value="Search" name="submit">
                     </form>
-                    <form>
+                    <form action="<?php echo get_permalink(get_option("glm_members_database_option_members_list_id")); ?>?action='list'">
                         <span>Search by</span>
                         <select class="header-search" name="categories[]" id="destination-search">
                             <option  value="">Select a Destination</option>