moinframe / kirby-dreamform-info-field
Simple Info field for Kirby Dreamform
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:kirby-plugin
Requires
- getkirby/cms: ^4.0 || ^5.0
- getkirby/composer-installer: ^1.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.75
This package is not auto-updated.
Last update: 2025-06-10 09:50:42 UTC
README
This plugin adds a simple info field to the Kirby Dreamform plugin. It can be used to display additional information (and links) to your visitors.
Installation
Download
Download and copy this repository to /site/plugins/kirby-dreamform-info-field
.
Git submodule
git submodule add https://github.com/moinframe/kirby-dreamform-info-field.git site/plugins/kirby-dreamform-info-field
Composer
composer require moinframe/kirby-dreamform-info-field
Usage
The info field will be automatically added to the form builder. If you have defined custom form fields, you first need to add it to the config.
// site/config/config.php return [ 'tobimori.dreamform' => [ 'fields' => [ 'available' => ['text', 'textarea', 'info' /* other fields here */ ], ], ], ];
License
MIT
However, you need a valid Dreamform license to use this plugin.