Syntax
Opening tag:The closing tag requires a forward slash before
section.Example
Configuration
Once sections are defined in the template, they appear in automation settings where conditional rendering rules can be applied.Available Conditions
Each rule is built from three parts: the operator, what you compare against, and (when a section has more than one rule) the match mode.Operators
Operators adapt to the field type, so a number field offers numeric comparisons, a date field offers chronological ones, and a checkbox offers true/false.| Type | Operators |
|---|---|
| Text | equals, does not equal, contains, does not contain |
| Presence | exists, does not exist |
| Number | greater than, less than, greater than or equal, less than or equal |
| Date | is after, is before, is on or after, is on or before |
| Checkbox | is true, is false |
Compare against
A condition no longer has to compare to a fixed value you type in. You can compare against:| Source | Description |
|---|---|
| A value | A literal value you enter (the default) |
| Another placeholder | The value of any other mapped placeholder |
| A source field | Any field from your connected data source, including fields not mapped to a placeholder. Inside line items you can target the row’s own field or the parent record’s field. |
amount_paid is less than amount_due, or when one date field is after another.
Multiple conditions
Add more than one rule to a section and choose how they combine:- ALL: the section shows only when every condition passes (AND)
- ANY: the section shows when at least one condition passes (OR)
Existing sections keep working unchanged. A single rule that compares a placeholder to a value behaves exactly as it did before.
E-Signature Fields in Sections
E-sign fields ({{esign.signature_1}}, {{esign.date_1}}, etc.) placed inside a conditional section are fully excluded from the signing workflow when the section is hidden:
- No signing session is created for fields in hidden sections
- No $0.50 e-sign charge is billed
- If all e-sign fields are inside hidden sections, email delivery proceeds normally instead of being held for signing
Use Cases
Premium Content
Show additional content for premium customers
Legal Clauses
Include specific contract clauses based on agreement type
Regional Content
Display region-specific information
E-Sign vs Wet Ink
Use one template for both signing methods
Related Pages
Conditional Show/Hide
Show/hide individual placeholders
Conditional Paragraph Deletion
Delete lines when empty