Build field components
Use field components in cells to display a field label and content, vertically (field label above content) and horizontally (field label beside content). The content can be plain text, tokens, Markdown text, or combination thereof, that display database data specific to the invoice. Content examples are shown in the following table.
| Data examples | JSON | Output |
|---|---|---|
| Text (simple binding) | "Thank you for your business." | Thank you for your business. |
| Data (simple binding) | {{Invoice Due Date}} | July 1, 2019 |
| Text and data (compound binding) | "Due date: {{Invoice Due Date}}" | Due date: July 1, 2019 |
| Markdown text (double asterisks render output bold) | "**Thank you for your business.**" | Thank you for your business. |
📝 Note: You can create more than one active version of an invoice template per locale, and use conditional expressions to determine which fields appear on a version of an invoice template. You can only use conditional expressions in templates that you create or that you copy from a marketplace-provided default template. You cannot add conditional expressions to marketplace default templates.