Disregard my message. We figured out that the form wasn't submitting
because I was using the GET rather than POST method.
-Michael
I have a form with a lot of fields. When user enters values and clicks
submit, the form submits back to itself to validate. If the required
fields are filled, it
I have a form with a lot of fields. When user enters values and clicks
submit, the form submits back to itself to validate. If the required
fields are filled, it gives them a confirmation screen and they click
another Submit button to do the final step, which logs the values to a
file and sends
I am using EmbperlObject in a directory, but I want to have 1 of the
subdirectories include .html files that do not execute base.epl. In the
parent I have an .htaccess with this:
PerlSetEnv EMBPERL_OBJECT_BASE base.epl
PerlSetEnv EMBPERL_FILESMATCH "\.html.?|\.epl$"
SetHandler perl-script
PerlHa