2017 © Pedro Peláez
 

neos-package formfinisher-jsonstore

Neos.Form finisher to store form data in database

image

techniconcept/formfinisher-jsonstore

Neos.Form finisher to store form data in database

  • Wednesday, December 20, 2017
  • by sruegg
  • Repository
  • 2 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

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., (*1)

Dependencies

This packages depends on - ttree/jsonstore to store data into DB - neos/form-builder for the form ;-), (*2)

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., (*3)

Fusion based form (with neos/form-fusionrenderer)

Add the following Fusion code:, (*4)

prototype(TC.FormExample:Content.MyForm) < prototype(Neos.Form.Builder:Form) {

    # ...

    finishers {
        jsonStoreFinisher = TC.FormFinisher.JsonStore:Finisher.Definition {
            options {
                storeLabel = 'JsonStore label'
                storeType = 'ch.techniconcept.form-finisher.jsonstore'
            }
        }
    }

    # ...

}

Acknowledgments

Development sponsored by techniConcept., (*5)

We try our best to craft this package with a lots of love, we are open to sponsoring, support request, ... just contact us., (*6)

License

The MIT License (MIT). Please see LICENSE for more information., (*7)

The Versions

20/12 2017

dev-master

9999999-dev

Neos.Form finisher to store form data in database

  Sources   Download

MIT

The Requires

 

20/12 2017

1.0.1

1.0.1.0

Neos.Form finisher to store form data in database

  Sources   Download

MIT

The Requires

 

20/12 2017

1.0.0

1.0.0.0

Neos.Form finisher to store form data in database

  Sources   Download

MIT

The Requires