Troy's Blog

Life, family, work, and my experiences with products, services, stores, and the people I encounter each and every day.

My Photo
Name: Troy Pullis
Location: Minneapolis, Minnesota, United States

Wednesday, April 19, 2006

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:
  • Added the method attribute and support for the GET method.