Re: Trouble submitting form data; possibly length issue?

2006-08-23 Thread Michael Angeles
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

Trouble submitting form data; possibly length issue?

2006-08-23 Thread Michael Angeles
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

preventing Embperl_Object in a subdirectory

2005-02-01 Thread Michael Angeles
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