indyindyindy / typo3-form-to-database
Extends the TYPO3 form with a database finisher, to save every form-result in the database.
Installs: 906
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: >=7.1.0
- ext-json: *
- ext-pdo: *
- typo3/cms-backend: ^10.4 || ^11.5
- typo3/cms-core: ^10.4 || ^11.5
- typo3/cms-extbase: ^10.4 || ^11.5
- typo3/cms-fluid: ^10.4 || ^11.5
- typo3/cms-form: ^10.4 || ^11.5
- typo3/cms-frontend: ^10.4 || ^11.5
Replaces
This package is auto-updated.
Last update: 2024-10-25 16:57:07 UTC
README
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
- Create a new or edit an existing form
- Add the finisher "Save the mail to the Database"
- Save the form
5. Command / Scheduler
It's possible to delete the form results by the command line or scheduler (Execute console commands).
Usage: form_to_database:deleteFormResults [<maxAge>] Arguments: maxAge Maximum age of form results in days [default: 90]
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 info@lavitto.ch.
Be aware that this support might not be free!