Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neos/form
Flow Form Framework
https://github.com/neos/form
flowframework form hacktoberfest
Last synced: 3 days ago
JSON representation
Flow Form Framework
- Host: GitHub
- URL: https://github.com/neos/form
- Owner: neos
- License: mit
- Created: 2015-08-25T06:04:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-18T11:32:18.000Z (12 months ago)
- Last Synced: 2024-04-14T05:56:09.004Z (9 months ago)
- Topics: flowframework, form, hacktoberfest
- Language: PHP
- Homepage: https://flow-form-framework.readthedocs.org/en/latest/
- Size: 1.28 MB
- Stars: 15
- Watchers: 6
- Forks: 33
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Flow Form Framework
An extensible and flexible framework to **build web forms**.
See https://flow-form-framework.readthedocs.org/en/latest/ for a detailed documentation.
## Related Packages
This package implements the core of the `Flow Form Framework` and can be used directly within [Neos](https://neos.io) Websites or [Flow](https://flow.neos.io) Applications.
There are some useful related packages:
Neos Package Key
Description
Composer key / Packagist URL
Neos.Form
The actual Form Framework core (this package)
neos/form
Neos.Form.Builder
A Form Builder IDE integrated to Neos CMS that allows for form *Definitions* to be created via the Backend interface and/or Fusion
neos/form-builder
Neos.Form.YamlBuilder
(formerlyNeos.FormBuilder
)
The original Form Builder IDE that can be used with Flow alone to create YAML Form Definitions
neos/form-yamlbuilder
(formerlyneos/formbuilder
)
Neos.Form.FusionRenderer
A custom Form preset that allows Forms to be rendered via Fusion
neos/form-fusionrenderer
Third party packages
PunktDe.FormPersistence
Database persistence finisher, backend module to download data in different formats, export definition editor for field mapping, fine grained access rights, data retention mechanisms, ....
punktDe/form-persistence
Wegmeister.DatabaseStorage
Custom Form Finisher that helps storing formdata into the database and export it as Xlsx file
wegmeister/databasestorage
Wegmeister.Recaptcha
Custom Form Element that renders Googles reCAPTCHAs
wegmeister/recaptcha
Honeypot Field
Honeypot form field to spam-protect your forms without further disturbance.
dl/honeypotformfield
Wwwision.Form.ContentReferences
Example Form Element that renders Neos Content References
wwwision/form-contentreferences
Wwwision.Form.MultiColumnSection
Example Section Form Element that renders child Form Elements in multiple columns
wwwision/form-multicolumnsection
Wwwision.Form.MultiFileUpload
Example package providing a simple MultiFileUpload element for the Neos.Form framework
wwwision/form-multifileupload
Wwwision.Form.SecureFileUpload
Examples and helpers for implementing secure form uploads
wwwision/form-securefileupload
*Note: Feel free to create a Pull-Request with further related Form packages*