JotForm Installation Instructions. 1. Please read the LICENSE.txt file. 2. Create a database in Mysql and load "jotform_schema.sql" and "starter_forms.sql" into your Mysql database. 3. Open jotform/lib/db.php in a text editor and change these variables if needed: #-------------------------------------------- # Change this if JotForm is installed under # a sub-folder on your site. #-------------------------------------------- $folder = "/"; #-------------------------------------------- # Upload folder location on the site: #-------------------------------------------- "uploads_dir" => "/www/uploads/", "uploads_url" => $protocol.$host.$folder."uploads/", #-------------------------------------------- # E-mail address: #-------------------------------------------- "sender_email" => "JotForm", #-------------------------------------------- # Admin Panel username and password: #-------------------------------------------- "admin_uname" => "root", "admin_pass" => "changeme", #-------------------------------------------- # Mysql Connection Details: #-------------------------------------------- "mysql_hostname" => "localhost", "mysql_username" => "root", "mysql_password" => "", "mysql_database" => "jotform_main", 4. Upload all files under jotform folder into your site. 5. That's all. JotForm should work. - Go to your installation folder with your browser and try it. - Go admin/admin.php on your browser to create accounts and administer users.