adding a different form tag for the front page events search widget to test on dev
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 11 Dec 2018 21:49:56 +0000 (16:49 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 11 Dec 2018 21:49:56 +0000 (16:49 -0500)
parts/events-search-widget.php

index 727b84d..b801dbd 100644 (file)
@@ -18,7 +18,7 @@
                 $categories = apply_filters( 'glm-member-db-events-get-category-search', '' );
                 ?>
                 <h4>Search For Events</h4>
-                <form action="<?php echo get_permalink( 1086 ) ; ?>" method="POST">
+                <!-- <form action="<?php echo get_permalink( 1086 ) ; ?>" method="POST"> -->
                 <form action="<?php echo get_permalink(757) ; ?>" method="POST">
                     <select name="month" id="event-month">
                         <option value="">Filter By Month</option>
                             }
                         } ?>
                     </select>
-                    <select name="" id="">
-                    <option value="">Filter By Topic</option>
-                    </select>
-                    <select name="" id="">
-                        <option value="">Filter By Region</option>
-                    </select>
                     <input class="events-search-button" type="submit" value="Search Events">
-                    <input name="glm_event_from" type="hidden" value="">
-                    <input name="glm_event_to" type="hidden" value="">
-                    <input type="submit" value="Search">
                 </form>
             </div>
         </div>