Installation How to - m0m4x/wForm GitHub Wiki

  1. Upload the source files to your web server
  2. Create a [MySql] db
  3. Load tables with sql in installation\wform.sql
  4. Change mysql db credentials in lib\lib_db.php
  5. 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 :)