Manager’s completed forms can be customized so recipient information fits a windowed envelope. Recipient information includes, among other things:
Since there is no standard for window location, this will require some simple customization of a theme.
Example
Customize the default theme, named Plain, by finding the following code:
<td>
<div><b>{{ recipient.name }}</b> {{ recipient.code }}</div>
<div>{{ recipient.address | newline_to_br }}</div>
<div>{{ recipient.identifier }}</div>
</td>
Replace the first line:
<td>
with:
<td style="padding-left: 20px; padding-top: 10px">
This will move recipient details 20 pixels to the right and 10 pixels toward the bottom of the page. Adjust these numbers as required until the address fits your envelope window exactly.
Subscribe to our newsletter and get exclusive product updates you won't find anywhere else straight to your inbox.