System Requirements

Form Tools has very minimal server and browser requirements, enabling it to run on the vast majority of web servers. The web browser requirements are only for administrators and clients who log in to view and manage their form submissions. Regular website visitors submitting content may use whatever browser and OS they wish.

  • PHP 4.3+ [N.B. Form Tools 2 will be the last version that supports PHP 4]
  • MySQL 4+
  • PHP Sessions (after installation, you can move to database sessions by setting the $g_session_type variable in your config.php file)
  • PHP mail() function or SMTP for sending emails (see the Swift Mailer module for further information on the SMTP option)

You will need a MySQL user account which has permissions to create new tables within a database. If you are not sure about this, you should contact your hosting company.

You will need to be able to set folder permissions on on your website. Specifically, for file uploads, your upload folder(s) will need to have write permissions. Also, the Smarty cache folder will need to have full write-permissions to let the temporary files be created.

If you have a choice of servers, I would strongly recommend choosing a UNIX environment. In the past, the vast majority of problems have occurred on Windows servers.

Edit Page