03/25/2019 at 9:12 am
#487944
Keymaster
@ Scott
- Navigate to the Connections : Templates admin page and click the Customize Button for the Default template.
- The page will reload displaying the Customizer on the left and a preview on the right.
- Click the Back Arrow in the upper left of the Customizer.
- Click the Advanced tab.
- Enter the following for the Address Format:
%label% %line1% %line2% %line3% %city% %state% %zipcode% %country% %district% %county%
- Publish the changes.
- Exit the Customizer.
Hope this helps! Let me know.
ps. You will have to add a bit of custom CSS to ensure if flows onto a new line. Something like this should do the trick:
#cn-list .vcard span.district {
display: block !important;
}
