moinframe/kirby-dreamform-info-field

Simple Info field for Kirby Dreamform

0.1.0 2025-05-26 11:06 UTC

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.

Screenshot

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.