> The main problem I'm having now is that the name of the
> formfield that they use has a dash in it, and CF doesn't
> like that. Is there any way I can work around it? If I do
> <cfdump var="#form#"> I can see the field and the cxml value
> just fine. However, I can't reference it as
> <cfdump var="#form.CXML-URLENCODE#">  

You should be able to reference it using structure notation:

#Form["CXML-URLENCODE"]#

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to