Fix forms for reservations
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 2 Nov 2015 21:15:09 +0000 (16:15 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 2 Nov 2015 21:15:09 +0000 (16:15 -0500)
need two forms because the one before was overwriting the dates

templates/reservation.html

index 3cfe8e8..3dc9b57 100644 (file)
@@ -23,6 +23,9 @@
         </div>
     </div>
     <!-- END medium-up -->
+</form>
+<form action="https://reservations.troutcreek.com/irm" method="get" flexy:ignore="yes">
+    <div class="small-12 small-text-center medium-3 medium-text-right large-4 columns"><h2>Make A Reservation:</h2></div>
     <!-- START small-only -->
     <div class="small-5 columns show-for-small-only smallRes">
                 <input type="text" class="has-datepicker" id="resArrival2" name="arrival" placeholder="Check In">
@@ -34,8 +37,6 @@
         <input type="submit" id="resSubmit" name="submit" value="GO">
     </div>
     <!-- END small-only -->
-
-
 </form>
 <script>
 $(function(){