Brad Roberts
Member since Dec 11, 2008
- Profile: /members/2241-brad-roberts.htm
- Comments: 1
Recent Blog Comments By Brad Roberts
-
How Do You Use The ColdFusion CFParam Tag?
Posted on Mar 23, 2007 at 11:03 AM
If you're combining form and url vars, put something like this in your Application.cfm or Application.cfc <cfset structAppend(form, url, false)> Then there's no need to use two cfparam tags. Simply use: <cfparam name="form.email" default="">... read more »