Real Estate Forums
| REW IDX REW Customers only - ask questions, get support and report feed issues here. |
|
|
Thread Tools | Display Modes |
|
|
|
||||
|
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!
__________________
Dave Abernathy Waterfront Properties & Club Communities Technology Advisory Council for Who's Who in Luxury Real Estate See the finest luxury communities in Palm Beach County. Visit our websites for Jupiter Marinas and Florida Real Estate . For local information about Palm Beach County real estate & Jupiter real estate contact us at 561-628-0128 |
| Thread Tools | |
| Display Modes | |
|
|