#################################################################### # Script: | Form Manager # # Version: | 1.5 # # By: | i2 Services, Inc. / CGI World # # Contact: | Contact@CGI-World.com # # Web Site: | http://www.cgi-world.com # # Copyright: | CGI World of i2-Services, Inc. # # Released: | January 4th, 2001 # # Updated: | April 23th, 2003 # #################################################################### # By using this software, you have agreed to the license # # agreement packaged with this program. i2-Services, Inc # # (CGI-World.Com) reserves the right to track this license. # # # #################################################################### # Form Manager ( http://www.CGI-World.Com/form_manager.html ) : # # ------------------------------------------------------------------ - Misc. ------------------------------------------------------------------ READ - Install_Form_Manager.txt - Documentation and installation information for the Program. READ - License.txt - Form Manager Program User License Agreement. ------------------------------------------------------------------ - Installation ------------------------------------------------------------------ 1. Unzip the Form Manager ZIP Archive and Preserve the Directory Structure. Modify the top line of the two .cgi files to point to Perl 5 on the webserver. Normally located at /usr/bin/perl The location is to have the standard #! before the path (Example: #!/usr/bin/perl) 2. Create The Following Directory Structure inside a directory which can execute CGI Programs. You may want to create a separate directory (Example: /cgi-bin/forms/) to run the program in. This directory will need a execute / 755 permission and is not required to be named /forms/. * /forms/ (Execute / 755 Permission) html_forms/ (No Permission Change Needed) logs/ (Writable / 777 Permission) prog_files/ (Writable / 777 Permission) prog_templates/ (No Permission Change Needed) 3. Upload the files that were extracted from the Form Manager ZIP File to the following directories. Set the file permission labeled next to each file if stated. * /forms/ admin.cgi ( Execute / 755 Permission ) forms.cgi ( Execute / 755 Permission ) NOTE: If using an NT Server .pl file extensions may be needed. If so rename the files with a .cgi extension to .pl * html_forms/ example_1_Complete.html example_1_pg1.html example_1_pg2.html example_1_pg3.html example_2_Complete.html example_2_pg1.html NOTE: The files above are the example forms sent with the program. This is where you will place your HTML Form Files to be used with the program. NOTE: This is where you will upload your created HTML Form Files to. Normally HTML files can not be placed in the /cgi-bin/. Due to the program using these files as output, its allowed. * prog_files/ blat.exe buttons.gif settings.dat.cgi ( Writable / 666 Permission ) setup.dat.cgi ( Writable / 666 Permission ) spacer.gif * prog_templates/ about.html _admin_login.html _admin_setup_edit.html _create_form.html _delete_form.html _list_forms.html _menu_bar.html _modify_form.html 4. You should now have the program setup correctly. Access the admin.cgi file using your web browser. Access the URL to admin.cgi with your browser to run the admin program. Two Example Forms will be listed. Click on the View link for either form listed to access & fill out the form. The Example forms will not send emails until you modify the settings for it to send emails. You will need to check the mailing options for this to be done & set the email fields. ------------------------------------------------------------------ - Creating Forms to use with Form Manager ------------------------------------------------------------------ Creating HTML Forms to use with Form Manager requires you use a few specific tags inside your
tag. These HTML Form files are to be stored in the /html_forms/ directory with a .html file extension. This directory resides in the directory the Form Manager CGI Files are in. The following tag needs to be inserted under the