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

Requesting a change to a listing

How do I request a change to my listing that I cannot make myself?

 If you are unable to make a change to your listing and need our assistance, please first fill out and sign a listing change form* (listing change form can be found by locating the “essential links” module on your homepage and clicking on the “listing input & change forms” link).  Please scan and email your form to [email protected] , or fax the form in to 707-577-0140.

*Additional information may be requested in order to make certain changes.

  • 34
  • 06-Jul-2017
  • 875 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; }); });