typo3 / form
Extensible and flexible API for building web forms
Fund package maintenance!
shop.neos.io/neosfunding
Installs: 169 528
Dependents: 1
Suggesters: 0
Security: 0
Stars: 15
Watchers: 6
Forks: 33
Open Issues: 5
Type:neos-package
Requires
- php: ^8.0
- neos/flow: ^7.3 || ^8.0 || ^9.0
Suggests
- neos/swiftmailer: The EmailFinisher needs this to be useable
Replaces
- typo3/form: 5.4.2
- dev-master / 6.0.x-dev
- 5.4.2
- 5.4.1
- 5.4.0
- 5.3.x-dev
- 5.3.3
- 5.3.2
- 5.3.1
- 5.3.0
- 5.2.x-dev
- 5.2.3
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.x-dev
- 5.1.4
- 5.1.3
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.x-dev
- 5.0.10
- 5.0.9
- 5.0.8
- 5.0.7
- 5.0.6
- 5.0.5
- 5.0.4
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.3.x-dev
- 4.3.3
- 4.3.2
- 4.3.1
- 4.3.0
- 4.2.x-dev
- 4.2.3
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.x-dev
- 4.1.5
- 4.1.4
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.0.0
- 2.0.x-dev
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.2.x-dev
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- dev-task/fixTypoInFluidFormRenderer
- dev-task/adjust-to-fluid
- dev-ger4003-feature-multipart-email-finisher
- dev-feature/114-configurable-upload-resource-collection
This package is auto-updated.
Last update: 2024-01-18 11:32:26 UTC
README
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 Websites or Flow 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 (formerly Neos.FormBuilder ) |
The original Form Builder IDE that can be used with Flow alone to create YAML Form Definitions | neos/form-yamlbuilder (formerly neos/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