Package Contents

Top  Previous  Next

Form Processor Pro Download Package has the following structure:

 

 

 

File(folder name)

Description

_img78

 

 

fpp-v5.zip

Archive of our Form Processor Pro Download Package

_img79

_img78

 

fpp

Main Form Processor Pro folder with all required files for proper work. You must upload this folder to your public folder (www) on your web server.

_img79

_img78

 

sample-forms

Folder with examples of typical forms. Feel free to use and change them for your needs.

 

_img79

_img78

fpp

Form Processor Pro configured to serve sample forms. You should upload this folder to your web server with other sample-forms folder content to see how sample forms work.

 

 

_img79

attachments

It is temporary folder for user uploads and files that you would like to attach in emails.

 

 

_img79

classes

Classes are core files of Form Processor Pro.

 

 

_img79

Install

Initial configuration script.

 

 

_img79

lang

Contains language files (translations) of all available languages for error messages. You can change language in a moment by changing only 1 string in configuration file. Please refer to “Language Settings”.

 

 

_img79

plugins

Plug-ins directory. Each plug-in refers to certain functionality of Form Processor Pro.

 

 

_img79

tmp

Form Processor Pro use this folder to store temporary files that may be needed during form processing, like PDF, XLS generated files, for counting unique submissions etc.

 

 

_img79

.htaccess

.htaccess file prevent unauthorized access to the folder contents from the web.

 

 

_img79

captcha.img.php

Provides CAPTCHA anti-spam protection.

 

 

_img79

config.php

One and only configuration file of Form Processor Pro and forms. It has simple structure where you should specify all your forms and their settings, as well as global settings.

 

 

_img79

fpp-test.php

By opening this file in your browser you will check your system requirements for Form Processor Pro. It shows detailed information about availability of certain functionality and general possibility of usage of Form Processor Pro on your web server's current configuration.

 

 

_img79

index.php

Main Form Processor Pro executable file. All forms' actions should refer to this file. Like: <form name="my_form" action="URL_To_This_File">

_img79

_img78

 

manual

This folder holds the HTML manual. In order to read it you should open index.html file from this folder.

In order to use Form Processor Pro you only need to know the location of the config.php, URL to index.php and may be attachments directory location in case you will use attachments functionality in your forms.

Permissions:
Set writeable permissions (0777) to the folders “tmp” and “attachments” inside Form Processor Pro after uploading Form Processor Pro directory to your web server.