# # trip.plan2.fif # # Configuration file to control the actions of FillInForm. # # # The following values are used to construct an email header. # Each of the names is converted to an appropriate RFC-822 # header name, and the value is tacked onto the line. # Mail-To: regan@ao.com Mail-Subject: Trip plan Mail-Reply-To: regan@peak.org Mail-From: $REMOTE_USER$@peak.org # # The following values are used to control the FillInForm # program. # # The FIF-NextAction specifies what happens after a form is completed. # This is appended to the action URL if there is a review page. It # is also passed on as the work to be done. This can take the values of: # email Send email as shown in the Mail-* variables # log Log the information to a file or directory specified # by FIF-LogName. This must be writable by the web server. # The email and logging is controlled by the FIF-EmailTemplate. If you # don't want the default format, you can specify your own format. # Also, the filename is in web space, not filesystem space. #FIF-NextAction: log FIF-NextAction: email #FIF-EmailTemplate: /cornvalley/FillInForm/email.email #FIF-LogName: /tmp/fif # The FIF-AfterEmail is used to provide a link on the final page. FIF-AfterEmail: When done, hit continue to resume. # The FIF-ReviewWork is either "none" to say that there is no review # page, or the URL of a page to present. If neither are present, then # a default review page is presented. #FIF-ReviewWork: /cornvalley/FillInForm/thankyou.html #FIF-ReviewWork: none # The FIF-WorkAccepted is the URL to a file which is used to say # that email has been sent. #FIF-WorkAccepted: /cornvalley/FillInForm/email.html