SimplyRETS / simplyretswp

SimplyRETS Wordpress Plugin - Show your MLS listings on your website...simply.
http://wordpress-demo.simplyrets.com
GNU General Public License v3.0
21 stars 20 forks source link

Add new optional "broker contact information" to listing details page #225

Closed spmiller2 closed 7 months ago

spmiller2 commented 2 years ago

MLSes are starting to provide the new "broker contact information" that is required to be displayed in markets that choose to require it.

Item 3 on the Nar 2022 notice

The field is option for the broker to enter a value in, and can contain text, a phone number, or an email, so we cannot format or be rigid about the field contents. Also, it may not be included at all, so display should be "where provided" and is to be included alongside the listing office name and any default phone number for the office.

The data is returned on the API when include=compliance is included in the query and is returned on .compliance.attributionContact

some examples of data which have been returned so far.

"Cell: 805-285-2396" (note text + number) "803-665-8772" "california@yourbrokerage.com" null "(608) 935-8382" (note parens)

CodyReichert commented 7 months ago

This is done in 20ef7f86947919c50b463aaefdc468ebd1cab04e