2 |
rodolico |
1 |
supportform is a self contained, easy to set up mailer form originally
|
|
|
2 |
designed to allow users to create a Request Tracker 4 ticket. The user fills
|
|
|
3 |
out the form and, on submission, the contents are sent to an e-mail address.
|
|
|
4 |
|
|
|
5 |
The form is created dynamically from the configuration file. Simply add/edit
|
|
|
6 |
the fields section of the configuration file and the changes are available
|
|
|
7 |
on the next iteration.
|
|
|
8 |
|
|
|
9 |
Config file is set up as a PHP Hash, so the understanding of that format is
|
|
|
10 |
helpful, but not required.
|
|
|
11 |
|
|
|
12 |
To install, copy the project into some location under DocumentRoot on your
|
|
|
13 |
web server and create a config file by copying example_config.php to
|
|
|
14 |
config.php and edit.
|
|
|
15 |
|
|
|
16 |
The name of the file (supportform.php) may be changed to your liking, or
|
|
|
17 |
simply copied to a new name so upgrades will be easily done.
|
|
|
18 |
|
|
|
19 |
Available at
|
3 |
rodolico |
20 |
svn co http://svn.dailydata.net/svn/web_pages/trunk/supportform
|