<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" >
<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>