mapseven/neos-formbundle
composer require mapseven/neos-formbundle
Bundle package for Neos CMS Form stuff
1.0.0
Readme excerpt
MapSeven.Neos.FormBundleThis Bundle contains various stuff to work with the Neos.Form Package in Neos CMS
Installationcomposer require mapseven/neos-formbundle
Features- Persistence Finisher - store submitted formData in a repository and/or ElasticSearch
This Package contains only the Finishers and Helpers you can use in your Packages. You'll find the Examples in the FormBundleDemo
Persistence FinisherJust add the following finisher to the form.yaml
#... finishers: 'MapSeven.Neos.FormBundle:Persistence': identifier: 'MapSeven.Neos.FormBundle:Persistence' options: db: true elasticSearch: falseThe default o…
Read more
The same vendor provides 4 package(s).