To include an uploaded PDF form to the Advanced PDF/HTML Template of an Invoice so that the Invoice PDF being sent through email contains the PDF form that their customers need to accomplish.
- Upload File
- Navigate to Documents > Files > File Cabinet
- Click Preferred Folder
- Top-left corner: Click Add File
- Select File
- Click Open
- Preferred File: Click Edit
- Available Without Login: Enter Checkmark
- Take note of third URL field
- Click Save
- Edit Advanced PDF/HTML Template
- Navigate to Customization > Forms > Advanced PDF/HTML Template
- Preferred Invoice PDF Template: Click Customize or Edit
- Top-right corner: Toggle Source Code
- Locate where to display the URL
- Add the following code:
<a href="URL">PDF FORM</a>
Note: Replace URL with actual URL from Step 1 and replace the “&” in the link with “&”. Replace the PDF Form with the text that will be displayed on the Invoice PDF.