Two questions - (Kyle - please feel free to answer - Aaron and team may be out)
Question 1) I saw on another post that 'proptype' was at least for another agent the way to determine property type. I really need to be able to create seperate searches for Condos/townhomes from Single Family Homes.
I tried the following;
<?php
$_REQUEST['search_city'][] = 'Juno Beach';
$_REQUEST['idx'] = 'residential';
$_REQUEST['proptype'] = 'C';
$_REQUEST['minimum_price'] = 50000;
$_REQUEST['maximum_price'] = 125000000;
$_REQUEST['minimum_bedrooms'] = 1;
$_REQUEST['mnimum_bathrooms'] = 1;
$_REQUEST['minimum_sqft'] = 800;
$_REQUEST['minimum_year'] = 1970;
// Do Not Edit Below Here
$_REQUEST['snippet'] = true;
include 'idx/common.inc.php';
include 'idx/inc/php/pages/search.php';
?>
still looks like i am getting single family homes?
Question #2) is there a way to receive when we get a new prospect an email that includes information about what the prospect was looking for?
So far, I have only been looking at leads from the QuantumOne.com site...
Thanks again!

)
Reply With Quote

