hh-com / formdata
Contao 5 - Save form submitted forms serialized in database
Installs: 268
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: ^8.2
- contao/core-bundle: ^5.3
Requires (Dev)
- contao/manager-plugin: <2.0 || >=3.0
README
Save all frontend form fields serialized in the database.
Install
Copy to:
root
- src
- - hh-com
- - - contao-formdata
Update your contao installation composer.json
"repositories": [
{
"type": "path",
"url": "src/hh-com/contao-formdata",
"options": {
"symlink": true
}
}
],
"require": {
...
"hh-com/contao-formdata": "@dev",
...
}