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

What if my seller does not want their property appearing on the internet?

Simply select “NO” for the “Publish to Internet” field when inputting a listing if a seller does not want their property appearing on the internet. Selecting “Publish to Internet: No” will prevent that listing from being distributed in the feeds that are displayed to the public on the internet.

If your seller wants their listing on the internet but does not want the public to see the address of the property, you may select “NO” for the Show Address To Public field, and still select “YES” for Publish to Internet.

  • 115
  • 07-Jun-2022
  • 663 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; }); });