I am getting the following error when trying to preview my PDF form: The markup in the document following the root element must be well-formed. It is throwing the error on this:
<tr>
<td style="height: 112px;"><strong>Special Notes</strong></td>
<td style="width: 550px; height: 112px;">${record.custrecord_dci_new_serv_spec_notes}</td>
</tr>
Any thoughts?