Download the PHP package indyindyindy/typo3-form-to-database without Composer
On this page you can find all versions of the php package indyindyindy/typo3-form-to-database. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download indyindyindy/typo3-form-to-database
More information about indyindyindy/typo3-form-to-database
Files in indyindyindy/typo3-form-to-database
Package typo3-form-to-database
Short Description Extends the TYPO3 form with a database finisher, to save every form-result in the database.
License GPL-3.0-or-later
Homepage https://www.lavitto.ch/typo3-ext-form-to-database
Informations about the package typo3-form-to-database
TYPO3 Extension Form to Database
This extension adds an additional finisher to the TYPO3 Form (tx_form) to save the results into the database
- Gitlab Repository: gitlab.com/lavitto/typo3-form-to-database
- TYPO3 Extension Repository: extensions.typo3.org/extension/form_to_database
- Found an issue?: gitlab.com/lavitto/typo3-form-to-database/issues
1. Introduction
Features
- Very simple installation
- No configuration needed
- No database-changes per form required
- Shows all results per form in a separate backend module
- Provides a CSV-download of all results
- Automatic deletion of results after a specified number of days (GDPR)
Screenshots
Backend Overview
Backend Results
2. Installation
Installation using Composer
The recommended way to install the extension is by using Composer. In your Composer based
TYPO3 project root, just do composer req lavitto/typo3-form-to-database
.
Installation from TYPO3 Extension Repository (TER)
Download and install the extension form_to_database
with the extension manager module.
3. Minimal setup
No setup required.
4. Administration
Simple add the finisher to your form
1) Create a new or edit an existing form 2) Add the finisher "Save the mail to the Database" 3) Save the form
5. Command / Scheduler
It's possible to delete the form results by the command line or scheduler (Execute console commands).
6. Configuration
No configuration required.
7. Contribute
Please create an issue at https://gitlab.com/lavitto/typo3-form-to-database/issues.
Please use GitLab only for bug-reporting or feature-requests. For support use the TYPO3 community channels or contact us by email.
8. Support
If you need private or personal support, contact us by email on [email protected].
Be aware that this support might not be free!
All versions of typo3-form-to-database with dependencies
typo3/cms-core Version ^10.4 || ^11.5
typo3/cms-extbase Version ^10.4 || ^11.5
typo3/cms-fluid Version ^10.4 || ^11.5
typo3/cms-frontend Version ^10.4 || ^11.5
typo3/cms-backend Version ^10.4 || ^11.5
typo3/cms-form Version ^10.4 || ^11.5
ext-json Version *
ext-pdo Version *