[an error occurred while processing this directive]
METHOD
There are two METHODS for forms submissions:POST and GET. You should use POST in most situations, as it is the more current and standard implementation (you must use POST for any forms submitted to the WebCom Forms Processor.
The difference between them lies in the technical protocol used to pass values to the ACTION service (POST uses the standard input, and GET an environment variable). [an error occurred while processing this directive]