adding hidden field to the header and interior page search forms
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 3 May 2017 20:54:31 +0000 (16:54 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 3 May 2017 20:54:31 +0000 (16:54 -0400)
adding hidden search field to the search forms for events so that the search is routed
to the agenda view template of the events list page

parts/search-form.php
sections/front-page.php
sections/header.php

index d4f4f35..4c36b92 100644 (file)
@@ -5,5 +5,6 @@
         <input class="catalog-search" type="radio" name="queryType" value="catalog"> <label for="catalog">Catalog</label>
         <input class="main-search" type="radio" name="queryType" value="site"> <label for="site">Site</label>
         <input class="event-search" type="radio" name="queryType" value="events"> <label for="events">Events</label>
+        <input name="search" type="hidden" value="1">
     </div>
 </form>
\ No newline at end of file
index 22e74ff..fe94462 100644 (file)
@@ -7,6 +7,7 @@
                                     <input class="catalog-search" type="radio" name="queryType" value="catalog"> <label for="catalog">Catalog</label>
                                     <input class="main-search" type="radio" name="queryType" value="site"> <label for="site">Site</label>
                                     <input class="event-search" type="radio" name="queryType" value="events"> <label for="events">Events</label>
+                                    <input name="search" type="hidden" value="1">
                                 </div>
                             </form>
                         </div>
index ffb532e..5618e9e 100644 (file)
@@ -17,6 +17,7 @@
                         <input class="catalog-search" type="radio" name="queryType" value="catalog"> <label for="catalog">Catalog</label>
                         <input class="main-search" type="radio" name="queryType" value="site"> <label for="site">Site</label>
                         <input class="event-search" type="radio" name="queryType" value="events"> <label for="events">Events</label>
+                        <input name="search" type="hidden" value="1">
                     </div>
                 </form>
             <?php } ?>