Hi Neil, Thanks for the patch. It worked as advertised. I went back to investigate my POST issue in hopes of isolating the cause. I'm now thinking its something platform related. I installed the latest scgi 1.2a2+patch on a linux system running apache2/python 2.3 and had *no* trouble with post in my quixote application. The platform that I am still having trouble with is a mac OS X 10.3 machine with Apache 2.0.48, python 2.3, quixote 0.7a3, and scgi1.2a2+patch.. When I press submit on a form using post, I get the blank form in response (i.e. what is in a "if not form.is_submitted():" block). By setting the method="get", the form works as expected. This might be a hard one to reproduce without access to a similar environment. Let me know if there is any other information I can give that would help. -Charles