> Wait, the body has variables that are coming from a form - not a query?
> There's your problem. You can't reference both a query and a form in the
> cfmail tag. I've done workarounds where you create local
> variables instead.
Sure you can if you fully qualify the scope of the variable. Example in
your CF Mail you would reference the form variables by #form.variablename#
and then any other variables by either #session.variablename# or
#client.variablename# or even #query.vairablename#. In fact I have several
cfmail setups where I use two or three variable sources and as long as I
fully qualify the source I don't have any problems with it.
> Maybe someone else knows of a better way to handle this, though.
>
> -d
>
Bill
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.