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

Where do I find IDX documents and applications

BAREIS.com provides easy access to the most up-to-date forms, information, and applications for the IDX process:

IDX Documents

These can always be accessed on BAREIS.com
Hover over Member Resources
Click on "IDX and Website"
You will be jumped down to the IDX section

  • 200
  • 15-Sep-2022
  • 767 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; }); });