Weird behavior on CGI.REQUEST_METHOD for CFFORM
I have run across a strange behavior and want some other folks' thoughts. I have a simple cfform where I am self-submitting with a post method. The form is nothing unusual. Some validation, but nothing out of the ordinary. The form was not functioning properly and when I dumped the form scope to the page, it was empty. I began to dig deeper and decided to dump the cgi scope. That is when I noticed that the request_method was showing GET not POST. Has anyone run across this before? Why would it not be post as in my cffom method? I am wondering if it might be a CF server setting because when I created it with html form tags, it worked. Thoughts?
~Clay
