Skip to content

Save formdata from the frontend in the database as serialized array

Notifications You must be signed in to change notification settings

hh-com/formdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages