Curtiss Grymala - 2009-08-16

Begin by uploading all of the source files included in the CGForms package to a Web-accessible location on your server. Then, open cgform.config.php in your text editor and edit each of the constants defined in that file to match your information.

In addition, you should download your own copy of HTMLMimeMail5 (http://www.phpguru.org/static/htmlMimeMail5) and install that on your Web server. If you'd like, you can install it in the folder already present in the CGForms package. Make sure that the appropriate constant is defined properly in the config file. This script is dependent upon HTMLMimeMail5 to dispatch e-mail messages (and might error out without it, even if you're not dispatching e-mail messages).

You should also download your own copy of wz_tooltips (http://www.walterzorn.com/tooltip/tooltip_e.htm) and place the files from that package directly in the folder defined in the JSURL constant (do not place them in a subfolder). There is an empty js folder in the CGForms package in which you can place these files if you'd like. The tooltips/post-text information on the formfields will not work properly without wz_tooltips.js.

You're then ready to rock and roll.