This is my complete line for that field: `<td...
# advancedpdf
p
This is my complete line for that field:
<td colspan="2" rowspan="1" style="width: 488px; vertical-align: top;"><br /><strong>Bill To</strong><br />${record.billaddress}<br />&nbsp;
r
Is it for sure coming from the ${record.billaddress}, meaning if you remove that variable does the primary contact go away?
to make it go away however you can use different address fields
${record.address1}</br> ${record.billcity} ${record.billstate} etc.
then just create exactly what you want