techniconcept/formfinisher-jsonstore

Last activity 14 Jan 2020 27
composer require techniconcept/formfinisher-jsonstore

Neos.Form finisher to store form data in database

1.0.1

Version
1.0.1
Type
neos-package
Release Date
Dec 20, 2017 15:47
Source
git
Distribution
zip
Requires
  • ttree/jsonstore: ^2.0.0
  • neos/form-builder: ^1.0.1
Suggest
  • neos/form-fusionrenderer: Flow Form Framework preset for Fusion based Form rendering
MIT 0c76c3fe5b23e47e1ca5febb0d429f983d0c9910

Readme excerpt

Form finisher for storing results as JSON in DB

Let you add a form finisher to store the form data as JSON in the database.

Dependencies

This packages depends on

  • ttree/jsonstore to store data into DB
  • neos/form-builder for the form ;-)
How to use?
  1. composer require techniconcept/formfinisher-jsonstore
  2. Add the finisher to your form
NodeTypes based 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
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.