Installation How to - m0m4x/wForm GitHub Wiki
- Upload the source files to your web server
- Create a [MySql] db
- Load tables with sql in installation\wform.sql
- Change mysql db credentials in lib\lib_db.php
- Load word documents in doc\ folder
remember to
- enable htaccess reading with
AccessFileName htaccess.txt
in web server [httpd.conf] . - enable rewrite_module in [Apache] web server .
- enable php :)