Documentation
  • Welcome to Documentero Docs
  • General
    • Usage Limits and Quotas
    • Manage Account & Plans
    • Documentero Roadmap / Changelog
    • Privacy Policy
    • Frequently Asked Questions
  • Templates Introduction & Tutorial
  • Template Upload/Re-upload
  • Organize Templates into Folders
  • templates
    • Fields
    • Sections
    • Fields - Images
    • Fields - QRCodes
    • Fields - Links
    • Fields - HTML Support
    • Fields - Markdown Support
    • Fields - Mermaid Support
    • Fields - Formatters
    • Sections - Types & Options
    • Smart Fields
    • Smart Sections
    • Template Variables
  • Charts & Diagrams
  • Templates - Excel
    • Fields
  • Sections / Tables
  • Fields - Images
  • Fields - QRCodes
  • Fields - Links
  • Fields - HTML Support
  • Fields - Markdown Support
  • Forms
    • Create Documents using Form
    • How to customize document form
    • Fields/Sections - General Settings
    • Field- Types & Options
      • Field - Multi Checkbox
      • Field - Checkbox
      • Field - Radio Button
      • Field - Datepicker
      • Field - Radio Select
      • Field - Select
      • Field - Multiline
      • Field - Number
      • Field - TextField
    • Conditional Fields & Sections
    • Shared Forms
      • Sharing Forms
      • Shared Form Configuration
      • Consent Form (GDPR)
      • Embeed & customize shared form on your website
  • Spreadsheet
    • Create Documents using Spreadsheet
  • API
    • Create Documents using API & JSON
    • Integrate with Documentero Cloud API
  • ChatGPT
    • Create Documents using ChatGPT
  • Integrations
    • Zapier
    • Make.com
    • Integrately
    • Pabbly Connect
    • Albato
    • Bubble.io Plugin
    • Webflow
    • Flutterflow
Powered by GitBook
On this page

Fields - HTML Support

You can pass HTML as a field value to get the dynamic formatted text inside the output Document.

PreviousFields - LinksNextFields - Markdown Support

Last updated 3 days ago

Syntax

You need to add an "*" in front of your field name The final syntax should be: {*fieldName}

{description} - Regular Field that supports only regular text / number
{*description} - Special field that supports HTML as input
{#*people.description} - Special field in table/section "people" that support HTML as input

Supported HTML Tags

Excel cell formatting has limited capabilities compared to HTML formatting. Please see list below for supported html to excel formatted cell elements

<b>, <strong> -> bold
<i>, <em> -> italic
<u>, <ins> -> underline
<strike>,<s>,<del> -> strikethrough
<sub> -> subscript
<span> -> text styles
<p>, <div>, <pre> -> moving to new line
<h1>...<h6> -> text-styles
<code> -> text-styles
<ul>, <ol> -> text-indentation
<table> -> table to text represantion
<a>, <img> -> text-only
<br> -> newline