Donor Mailing Labels

January 2023: the current dashboard release has new graphics and some interface changes. Many screenshots still reflect the older release and will be updated shortly.

A simple donor mailing label template designed for a sheet of 3x10 labels might be:

img

This shows the name, followed by the address1 and address2 fields on their own lines and then the City, State, Zip on a single line before moving to the next record.

The following can be copied and pasted as needed.

{{ Name }}
{{ Address 1 # Collapse }}
{{ Address 2 # Collapse }}
{{ City}} {{ State }} {{ Zip }}
{% next %}

IMPORTANT

When creating a template page, the end of the page is an implicit 'next' instruction. You do not need the extra {% next %} on the last label of your template page.


Reviewed: March 2023