You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close

Want to include the Senior Yes/No field when searching across property types?

When an agent selects more than one property type using Rapattoni's standard search, you can only search by basic fields in the MLS and not by amenities like the Senior Yes/No field.

However, if you use the Interactive Map Search you can select multiple property types and search for Senior because this search is designed to group common fields.

  • 188
  • 09-Apr-2018
  • 528 Views
$(function () { $('.SendEmail').click(function (event) { var email = '[email protected]'; var subject = 'Test'; var emailBody = 'Hi Sample,'; var attach = 'path'; document.location = "mailto:"+email+"?subject="+subject+"&body="+emailBody+ "?attach="+attach; }); });