/*****************************************************************************/ /* FORMwork.c A scripting utility that validates a POSTed form's fields against requirements stored in the form and associated with each field. Any anomalies are reported to the client. When validated correctly the form contents can have any or all of the following processing performed: o raw request body be placed in an individual time-stamped file o processed form be placed in an individual time-stamped file o form field values appended as CSV (comma-separated variable) file record o processed form emailed to a specified address o CLI global symbols created containing form field values Some FORMwork functionality parallels that of the tMAILer utility. Generally it provides more form-related processing. In particular the CSV functionality allows results easily to be imported into other data processing utilities. The FORMwork directives are embedded in the HTML
inside each ,