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

Re-activating a withdrawn/cancelled listing

How do I reactivate a withdrawn-cancelled listing?

Members are not able to reactivate withdrawn listings.  A listing change form must be sent to [email protected] .

*Additional information may be requested in order to reactivate the listing.

  • 30
  • 28-Sep-2017
  • 1240 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; }); });