Cinchy Platform Documentation
Cinchy v5.0 - v5.5
Cinchy v5.0 - v5.5
  • Data Collaboration Overview
  • Other Wiki Spaces
    • Cinchy Data Sync
    • Angular SDK
    • JavaScript SQK
  • Release Notes
    • Release Notes
      • 5.0 Release Notes
      • 5.1 Release Notes
      • 5.2 Release Notes
      • 5.3 Release Notes
      • 5.4 Release Notes
      • 5.5 Release Notes
      • 5.6 Release Notes
  • Getting Help
  • Frequently Asked Questions
  • Deployment Guide
    • Deployment Installation Guides
      • Deployment Planning Overview and Checklist
        • Deployment Architecture Overview
          • Kubernetes Deployment Architecture
          • IIS Deployment Architecture
        • Deployment Prerequisites
          • Single Sign-On (SSO) Integration
            • Enabling TLS 1.2
            • Configuring ADFS
            • AD Group Integration
      • Kubernetes Deployment Installation
        • Disabling your Kubernetes Applications
        • Changing your File Storage Configuration
        • Using Self-Signed SSL Certs (Kubernetes Deployments)
        • Deploying the CLI (Kubernetes)
      • IIS Deployment Platform Installation
        • Deploying Connections and the CLI (IIS)
        • Deploying the Event Listener/Worker (IIS)
    • Upgrade Guides
      • Upgrading Cinchy Versions
        • Cinchy Upgrade Utility
        • Kubernetes Upgrades
          • v5.1 (Kubernetes)
          • v5.2 (Kubernetes)
          • v5.3 (Kubernetes)
          • v5.4 (Kubernetes)
          • v5.5 (Kubernetes)
          • v5.6 (Kubernetes)
          • Updating the Kubernetes Image Registry
          • Upgrading AWS EKS Kubernetes Version
          • Upgrading AKS (Azure Kubernetes Service)
        • IIS Upgrades
          • v4.21 (IIS)
          • v4.x to v5.x (IIS)
          • v5.1 (IIS)
          • v5.2 (IIS)
          • v5.3 (IIS)
          • v5.4 (IIS)
          • v5.5 (IIS)
          • v5.6 (IIS)
      • Upgrading from v4 to v5
  • Guides for Using Cinchy
    • User Guides
      • Overview of the Data Browser
      • The Admin Panel
      • User Preferences
        • Personal Access Tokens
      • Table Features
      • Data Management
      • Queries
      • Version Management
        • Versioning Best Practices
      • Commentary
    • Builder Guides
      • Best Practices
      • Creating Tables
        • Attaching Files
        • Columns
        • Data Controls
          • Data Entitlements
          • Data Erasure
          • Data Compression
        • Restoring Tables, Columns, and Rows
        • Formatting Rules
        • Indexing and Partitioning
        • Linking Data
        • Table and Column GUIDs
        • System Tables
      • Saved Queries
      • CinchyDXD Utility
        • Building the Data Experience (CinchyDXD)
        • Packaging the Data Experience (CinchyDXD)
        • Installing the Data Experience (CinchyDXD)
        • Updating the Data Experience (CinchyDXD)
        • Repackaging the Data Experience (CinchyDXD)
        • Reinstalling the Data Experience (CinchyDXD)
      • Multi-Lingual Support
      • Integration Guides
    • Administrator Guide
    • Additional Guides
      • Monitoring and Logging on Kubernetes
        • Grafana
        • Opensearch Dashboards
          • Setting up Alerts
        • Monitoring via ArgoCD
      • Maintenance
      • GraphQL (Beta)
      • System Properties
      • Enable Data At Rest Encryption
      • MDQE
      • Application Experiences
        • Network Map
          • Custom Node Results
          • Custom Results in the Network Map
        • Setting Up Experiences
  • API Guide
    • API Overview
      • API Authentication
      • API Saved Queries
      • ExecuteCQL
      • Webhook Ingestion
  • CQL
    • The Basics of CQL
      • CQL Examples
      • CQL Functions Master List
      • CQL Statements Overview
        • Cinchy DML Statements
        • Cinchy DDL Statements
      • Cinchy Supported Functions
        • Cinchy Functions
        • Cinchy System Values
        • Cinchy User Defined Functions
          • Table-Valued Functions
          • Scalar-Valued Functions
        • Conversion Functions
        • Date and Time Types and Functions
          • Return System Date and Time Values
          • Return Date and Time Parts
          • Return Date and Time Values From Their Parts
          • Return Date and Time Difference Values
          • Modify Date and Time Values
          • Validate Date and Time Values
        • Logical Functions
        • Mathematical Functions
        • String Functions
        • Geometry and Geography Data Type and Functions
          • OGC Methods on Geometry & Geography Instances
          • Extended Methods on Geometry & Geography Instances
        • Full Text Search Functions
        • Connections Functions
        • JSON Functions
  • Meta Forms
    • Introduction to Meta-Forms
    • Meta-Forms Deployment Installation Guide
      • Deploying Meta-Forms (Kubernetes)
      • Deploying Meta-Forms (IIS)
    • Creating a Dynamic Meta-Form (Using Tables)
    • Creating a Dynamic Meta-Form Example (Using Form Designer)
    • Forms Data Types
    • Adding Links to a Form
    • Rich Text Editing in Forms
Powered by GitBook
On this page
  • 1. Overview
  • 2. Enabling Rich Text Editing
  • 3. Using the Rich Text Editor
  • 4. Examples
  • 4.1 Example A
  • 4.2 Example B
  • 4.3 Example C
  • 5. Output

Was this helpful?

Export as PDF
  1. Meta Forms

Rich Text Editing in Forms

This page describes Cinchy's rich text editor functionality.

PreviousAdding Links to a Form

Last updated 2 years ago

Was this helpful?

1. Overview

Rich Text Editing was introduced to the Cinchy platform in version 5.4.

Customize the appearance of your text in Forms with our new rich text editing capabilities. Enabling this on your text columns will give you access to formatting options for text previously unavailable in Forms such as:

  • Bold, Italic, Underlined text

  • Checklists

  • Headers

  • Code Blocks

  • etc.

You have the option to output the data as HTML.

2. Enabling Rich Text Editing

You can enable rich text editing on your Form text columns through the Design Table tab of your form table (Image 1).

  • Enable text formatting: Checking this enables the rich text editor in Forms.

  • Save text as HTML: If you need the data saved from the rich text editor to be in HTML format, check this box.

  • Max Characters: The rich text editor saves data in Cinchy as structured data (or HTML), which is much more verbose than your actual text. You will need to increase this number much higher than you expect (e.g. 10,000 characters).

3. Using the Rich Text Editor

Once you have enabled rich text editing on your text column for your form, you can utilize the capabilities by navigating to your form applet.

You will see all the formatting options available to you in the editor toolbar (Image 2). A form field that does not have rich text enabled appears like the "Plaintext" section below.

4. Examples

The below section outlines some examples of what you can do with the rich text editor.

4.1 Example A

The below example (Image 3) shows using the following rich text capabilities:

  • Bulleted Lists

  • Bold

  • Italics

  • Underlined

4.2 Example B

The below example (Image 3) shows using the following rich text capabilities:

  • Headings 1, 2, 3

4.3 Example C

The below example (Image 4) shows using the following rich text capabilities:

  • Linking

5. Output

As you can see below, the text you enter into the Rich Text Editor is saved as structured data (Image 5), and when the "Save text as HTML" option is checked in your column settings, it is saved as HTML (Image 6).

Note: If you have an understanding of HTML, you can edit the data directly in the table cell and it will automatically reflect in your form. Be mindful that if you write invalid HTML, you will potentially see unexpected results in the Rich Text Editor. You can always revert changes using the

collaboration log.
Image 1: Enabling the Rich Text Editor
Image 2: The editing toolbar
Image 3: Example A Forms
Image 3: Example B Forms
Image 4: Example C Forms
Image 5: Structure data output
Image 6: HTML output