hh-com / formdata

Save formdata from the frontend in the database as serialized array

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contao 5 formdata

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",
    ... 
}

About

Save formdata from the frontend in the database as serialized array


Languages

Language:PHP 100.0%