SiteKickr Web Development

ColdFusion – copy form or url scope to request scope

<cfset StructAppend(request, form)> OR <cfset StructAppend(request, url)>

Handy in the event that you're not sure which scope to expect your "inputs" from.