lindemannrock / craft-formie-paragraph-field
Paragraph field for Formie - Provides a multi-line paragraph field type for Craft CMS Formie plugin
Package info
github.com/LindemannRock/craft-formie-paragraph-field
Type:craft-plugin
pkg:composer/lindemannrock/craft-formie-paragraph-field
Requires
- php: ^8.2
- craftcms/cms: ^5.0.0
- lindemannrock/craft-plugin-base: ^5.0
- verbb/formie: ^3.0.0
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
README
Formie Paragraph Field for Craft CMS
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
- Issues: GitHub Issues
- Email: support@lindemannrock.com
License
This plugin is licensed under the Craft License. See LICENSE.md for details.
Developed by LindemannRock
Built for use with Formie by Verbb
