There's no need to cfparam any form or url parameters. ModelGlue automatically puts all URL and form variables into the event object to make it easy for you to find them. You just need to use the event object to retrieve values (see below).
{{{
}}}
Should a variable not exist in the event object, ModelGlue will return an empty string. You can optionally set a default value to use in case the variable doesn't exist in the event (see below)
{{{
}}}
See [http://docs.model-glue.com/wiki/ReferenceMaterials/EventApi#GetValuename:stringdefault:any Event API documentation] for more information).