Subversion Repositories web_pages

Rev

Rev 2 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

supportform is a self contained, easy to set up mailer form originally
designed to allow users to create a Request Tracker 4 ticket. The user fills
out the form and, on submission, the contents are sent to an e-mail address.

The form is created dynamically from the configuration file. Simply add/edit
the fields section of the configuration file and the changes are available
on the next iteration.

Config file is set up as a PHP Hash, so the understanding of that format is
helpful, but not required.

To install, copy the project into some location under DocumentRoot on your
web server and create a config file by copying example_config.php to
config.php and edit.

The name of the file (supportform.php) may be changed to your liking, or
simply copied to a new name so upgrades will be easily done.

Available at
svn co http://svn.dailydata.net/svn/web_pages/trunk/supportform