Simple Form
"Simple Form" is written in Perl. This form processor emails the results to an admin user, and is very easy to set up.
New features and fixes ilatest release include:
SECURITY:
Added routine to remove linefeeds
from email headers in subroutines &mail_to and &mail_to_win
- one more step against spammers.
FEATURE:
Added ability to use an html template for response
pages. The parameters for this are in the hidden
html form fields.
FEATURE:
Added ability to use "include files" inside
the html response files by placing :!:tags:!:
representing the include files where the normal <!--#include
virtual="/header.html" --> include SSI commands
would go. For example, instead of using the above
SSI command, you would place a tag, :!:header:!: in
that spot. Then, in the form hidden field called "include_file_vars",
you would place the tag name "header". You can use
more than one, separated by | pipes.
FEATURE:
Added a hook to include a Perl include file
that contains various calculations on the form fields
- such as totaling orders, etc. Thus, the script can
be expanded without modification. Note that the code
in the include file has to be aware of what's going
on in the form and the script.
BUGFIX:
fixed problem with checkboxes - multiple values with preview function were not getting passed.
OTHERS:
a number of other cosmetic features, such as variables
for tables, ability to use multiple tags in the email
subject line, etc. (see history in script).
Loading .....