Download the PHP package mapseven/neos-formbundle without Composer
On this page you can find all versions of the php package mapseven/neos-formbundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mapseven/neos-formbundle
More information about mapseven/neos-formbundle
Files in mapseven/neos-formbundle
Package neos-formbundle
Short Description Bundle package for Neos CMS Form stuff
License MIT
Informations about the package neos-formbundle
MapSeven.Neos.FormBundle
This Bundle contains various stuff to work with the Neos.Form Package in Neos CMS
Installation
composer require mapseven/neos-formbundle
Features
- Persistence Finisher - store submitted formData in a repository and/or ElasticSearch
Usage
This Package contains only the Finishers and Helpers you can use in your Packages. You'll find the Examples in the FormBundleDemo
Persistence Finisher
Just add the following finisher to the form.yaml
The default options for the Persistence Finisher are those from the example above. Change them to your needs.
Override Configuration from NodeType Settings
By adding the options to the NodeTypes Configuration you can override the Options from the form.yaml
with the NodeTypes Settings
Add the properties you want to override to the NodeTypes.yaml
Override the Configuration with the Settings from the NodeType in the form.html
Template
Note: This example uses an adjusted form viewHelper, which unsets the finisher in case the form.yaml
doesn't contain that finisher configuration
ElasticSearch Mapping
This Package uses the Flowpack/Elasticsearch Package for Indexing FormData into ElasticSearch. That means you can use the Settings and other Features from that package. Have a look at the Settings.yaml
for an example analyzer configuration I used for a facetted search.
Besides that you can define the mapping and transformers for each form item in a similar way in the form.yaml
.
License
Neos FormBundle is licensed under the MIT Licence
All versions of neos-formbundle with dependencies
neos/form Version *
flowpack/elasticsearch Version *