S

Smart Fields & Sections Document Template

Template example demonstrating smart fields and sections with calculations & conditions.

Regular Fields Example

Name: {name}

Age: {age}

Country: {country}

Salary per hour: {salary}

Smart Field Examples

Age multiplied by two: {$ age *2}

Salary per day: {$ salary * 8}

Salary with 15% bonus formatted: {$ salary * 1.15 | format }

Smart Section Examples

{#$ age < 18 } Person: {name} is underage {/}

{#$ age >= 18 } Person: {name} is an adult {/}

{#$ country == ‘Germany’ } Person is from Germany {/}

{#$ country != ‘Germany’ } Person is not from Germany {/}

{#$ country == ‘Germany’ && age < 18 } Person is from Germany and underage {/}

{#$ country == ‘Germany’ || country == ‘Denmark’ } Person is from Germany or Denmark {/}

This document template includes dynamic placeholders for automated document generation with Documentero.com. Word Template - Free download

Download Word Template (.DOCX)
Template Icon

Customize Template

Download the Smart Fields & Sections template in .DOCX format. Customize it to suit your needs using your preferred editor (Word, Google Docs...).

Configure Icon

Upload & Configure

Upload the template to Documentero - Document Generation Service, then map and configure template fields for your automated workflow.

Create Icon

Generate Documents

Populate templates with your data and generate Word (DOCX) or PDF documents using data collected from shareable web Forms, APIs, or Integrations.

Other templates in General Examples

Fields & Sections

DocumentDOCX

Template example demonstrating fields and sections with dynamic content.

Field Formatters

DocumentDOCX

Template example demonstrating fields formatters based on examples.

Sample Spreadsheet

SpreadsheetXLSX

Sample spreadsheet template with fields, table and formula reffering to table.

Variables & Summaries

DocumentDOCX

Template example demonstrating variables and summaries with calculations & conditions.