techniconcept/formfinisher-jsonstore
composer require techniconcept/formfinisher-jsonstore
Neos.Form finisher to store form data in database
1.0.1
Readme excerpt
Form finisher for storing results as JSON in DBLet you add a form finisher to store the form data as JSON in the database.
DependenciesThis packages depends on
- ttree/jsonstore to store data into DB
- neos/form-builder for the form ;-)
- composer require techniconcept/formfinisher-jsonstore
- Add the finisher to your form
Add the "JsonStore Finisher" and fill the label and type to retrieve your form.
Fusion based form (with neos/form-fusionrenderer)Add the following Fusion code:
prototype(TC.FormExample:Content.MyForm) < prototype(Neos.Form.Builder:Form) { # ... …Read more