lindemannrock/craft-formie-paragraph-field

Paragraph field for Formie - Provides a multi-line paragraph field type for Craft CMS Formie plugin

Maintainers

Package info

github.com/LindemannRock/craft-formie-paragraph-field

Documentation

Type:craft-plugin

pkg:composer/lindemannrock/craft-formie-paragraph-field

Statistics

Installs: 199

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

3.5.1 2026-06-18 10:57 UTC

This package is auto-updated.

Last update: 2026-06-20 12:22:12 UTC


README

Formie Paragraph Field

Formie Paragraph Field for Craft CMS

Latest Version Craft CMS Formie PHP License

A Craft CMS plugin that adds a display-only Paragraph field type to Verbb's Formie — static text content (intros, instructions, notices) with configurable text sizes.

License

This is a commercial plugin licensed under the Craft License. It will be available on the Craft Plugin Store soon. See LICENSE.md for details.

⚠️ Pre-Release

This plugin is in active development and not yet available on the Craft Plugin Store. Features and APIs may change before the initial public release.

Features

  • Display-only paragraph field — add static text to a form; it's cosmetic, so it collects no submission value
  • Configurable text sizes — 5 built-in sizes, or define your own that map to any CSS classes (Tailwind, Bootstrap, custom)
  • Default text size — set the starting size for new fields in plugin settings or config
  • Safe content — line breaks become <br>, HTML is escaped, and the text passes through Craft's translation layer
  • Email inclusion — optionally render the paragraph in Formie notification emails
  • Conditions — show or hide the paragraph based on other fields (Formie native)
  • 12 languages — translated out of the box

Requirements

  • Craft CMS 5.0 or greater
  • PHP 8.2 or greater
  • Formie 3.0 or greater

Installation

Via Composer

composer require lindemannrock/craft-formie-paragraph-field
php craft plugin/install formie-paragraph-field

Using DDEV

ddev composer require lindemannrock/craft-formie-paragraph-field
ddev craft plugin/install formie-paragraph-field

Documentation

Full documentation is available in the docs folder.

Support

License

This plugin is licensed under the Craft License. See LICENSE.md for details.

Developed by LindemannRock

Built for use with Formie by Verbb