posts/plugins/form
grav bd6617876a (Grav GitSync) Automatic Commit from grav 2022-11-06 00:00:14 +01:00
..
app (Grav GitSync) Automatic Commit from grav 2022-11-03 22:26:12 +01:00
assets (Grav GitSync) Automatic Commit from grav 2022-11-06 00:00:14 +01:00
classes (Grav GitSync) Automatic Commit from grav 2022-11-03 22:26:12 +01:00
fonts (Grav GitSync) Automatic Commit from grav 2022-11-03 22:26:12 +01:00
scss (Grav GitSync) Automatic Commit from grav 2021-04-20 18:50:33 +00:00
templates (Grav GitSync) Automatic Commit from grav 2022-11-03 22:26:12 +01:00
vendor (Grav GitSync) Automatic Commit from grav 2021-10-17 16:09:53 +00:00
.eslintrc (Grav GitSync) Automatic Commit from grav 2021-04-20 18:50:33 +00:00
.gitignore (Grav GitSync) Automatic Commit from grav 2021-04-20 18:50:33 +00:00
CHANGELOG.md (Grav GitSync) Automatic Commit from grav 2022-11-03 22:26:12 +01:00
LICENSE (Grav GitSync) Automatic Commit from grav 2021-04-20 18:50:33 +00:00
README.md (Grav GitSync) Automatic Commit from grav 2022-11-03 22:26:12 +01:00
blueprints.yaml (Grav GitSync) Automatic Commit from grav 2022-11-03 22:26:12 +01:00
composer.json (Grav GitSync) Automatic Commit from grav 2022-11-03 22:26:12 +01:00
composer.lock (Grav GitSync) Automatic Commit from grav 2021-10-17 16:09:53 +00:00
form.php (Grav GitSync) Automatic Commit from grav 2022-11-03 22:26:12 +01:00
form.yaml (Grav GitSync) Automatic Commit from grav 2021-04-20 18:50:33 +00:00
gulpfile.js (Grav GitSync) Automatic Commit from grav 2021-04-20 18:50:33 +00:00
hebe.json (Grav GitSync) Automatic Commit from grav 2021-04-20 18:50:33 +00:00
languages.yaml (Grav GitSync) Automatic Commit from grav 2021-10-17 16:09:53 +00:00
package.json (Grav GitSync) Automatic Commit from grav 2021-04-20 18:50:33 +00:00
scss.sh (Grav GitSync) Automatic Commit from grav 2022-11-06 00:00:14 +01:00
webpack.conf.js (Grav GitSync) Automatic Commit from grav 2021-04-20 18:50:33 +00:00
yarn.lock (Grav GitSync) Automatic Commit from grav 2021-04-20 18:50:33 +00:00

README.md

Grav Form Plugin

The form plugin for Grav adds the ability to create and use forms. This is currently used extensively by the admin and login plugins.

Installation

The form plugin is easy to install with GPM.

$ bin/gpm install form

Configuration

Simply copy the user/plugins/form/form.yaml into user/config/plugins/form.yaml and make your modifications.

enabled: true

How to use the Form Plugin

The Learn site has two pages describing how to use the Form Plugin:

Using email

Note: when using email functionality in your forms, make sure you have configured the Email plugin correctly. In particular, make sure you configured the "Email from" and "Email to" email addresses in the Email plugin with your email address.

NOTES:

As of version Form 5.0.0 Grav 1.7+ is required.

As of version Form 4.0.6, form labels are now being output with the |raw filter. If you wish to show HTML in your form label, ie Root Folder <root>, then you need to escape that in your form definition:

label: Root Folder &lt;root&gt;