Property search input variabled was not named properly, changed name
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 30 Oct 2015 17:27:52 +0000 (13:27 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 30 Oct 2015 17:27:52 +0000 (13:27 -0400)
header.php
page-150.php

index 222eb9a..c4bd67e 100644 (file)
@@ -54,7 +54,7 @@
                                 <form name="form" id = "form" method="post" action="<?php echo get_permalink(150); ?>">
                                     <div class="row collapse">
                                         <div class="large-4 res-search columns">
-                                            <input id="propsearch" type="text" placeholder="Search by property" name="s">
+                                            <input id="propsearch" type="text" placeholder="Search by property" name="PropertyLocation">
                                         </div>
                                         <div class="large-2 res-date columns">
                                             <input id="date1" name="ArrivalDate"  type="text" >
index bca6c1b..3b60766 100644 (file)
@@ -20,7 +20,7 @@
                         <p><?php _e('Sorry, no results found.');?></p>
                         <?php endif;?>
                 
-                        <iframe name="res_frame" src="https://weblink.instantsoftware.com/widgetsearch/1134?s=<?php echo urlencode($_REQUEST['s']); ?> &ArrivalDate=<?php echo urlencode($_REQUEST['ArrivalDate']); ?> &DepartureDate= <?php echo urlencode($_REQUEST['DepartureDate']); ?>&Occupancy=<?php echo urlencode($_REQUEST['Occupancy']); ?>" height="3300" id="res_frame" width="100%" frameborder="0"></iframe>
+                        <iframe name="res_frame" src="https://weblink.instantsoftware.com/widgetsearch/1134?PropertyLocation=<?php echo urlencode($_REQUEST['PropertyLocation']); ?> &ArrivalDate=<?php echo urlencode($_REQUEST['ArrivalDate']); ?> &DepartureDate= <?php echo urlencode($_REQUEST['DepartureDate']); ?>&Occupancy=<?php echo urlencode($_REQUEST['Occupancy']); ?>" height="3300" id="res_frame" width="100%" frameborder="0"></iframe>
                 </div>
             </div>
         </div>