A simple, open source form manager built using raw PHP, MySQL and Node.JS.
- Put all files in your
htdocsfolder. - Copy
config_example.phpintoconfig.phpand change default domain and database settings. - Create mysql tables by executing
sql/create_tables.sql - Set Up form expiry
Inside /form_expiry/,
- Copy
config_example.jsintoconfig.jsand change default database settings. (Same as in config.php) - Install the
mysqlmodule usingnpm. - Run the expiry module with
node expiry.
