CF7 added method=get to cfform
In some code I was working on today, I found a thread at House of Fusion that CFMX6.x didn't support method=get in the CFForm tag. It basically ignored that attribute, and automatically stuck in METHOD="POST" in the HTML output. Thankfully they fixed it in 7! Here's a snippet about this in the new docs.
ColdFusion MX 7:
ColdFusion MX 7:
- Added the
methodattribute and support for the GET method.


<< Home