in reply to CGI form doesn't work by way of SSI

Look at the generated HTML. My guess is that the form's action URL is still the original HTML url, not your form CGI. You'll need to add a parameter to your start_form() call to get the proper action URL.
  • Comment on Re: CGI form doesn't work by way of SSI