Skip to main content
April 19, 2007
Answered

Problem passing hidden fields using Flash form

  • April 19, 2007
  • 1 reply
  • 606 views
I'm working with Flash forms for the first time, and am having problems passing information in hidden fields. The information was passed from prior pages, and I'm able to verify that it is coming to the flash form page. However a CFDUMP on the action page shows the flash fields but not the hidden ones.

I've pasted a copy of the code below.
This topic has been closed for replies.
Correct answer
Solved it. :) Flash forms don't allow for a combination of CFINPUTs and INPUTs.

Who knew?

1 reply

Correct answer
April 20, 2007
Solved it. :) Flash forms don't allow for a combination of CFINPUTs and INPUTs.

Who knew?