all groups > coldfusion flash integration > august 2005 >
You're in the

coldfusion flash integration

group:

Help With pulling flash forms in Coldfusion



Help With pulling flash forms in Coldfusion scribblescribes
8/4/2005 12:31:41 PM
coldfusion flash integration: I am new to Coldfusion and seek some guidance. I have just made a Flash format
from in coldfusion, but am having a difficult time getting that form to send
its data to a query on a results page. I am sure I have to map out the
variables some how but that is where I am having the trouble. The form works
okay if I just use standard HTML form types, but once I change them to Flash
equivalents they do not pass there data on submit. The result form shows with
no data searched. Any thoughts for newbie??
Re: Help With pulling flash forms in Coldfusion endymion96
8/24/2005 12:00:00 AM
Not really sure what your problem is as Flash Forms pass data through the FORM
scope just like would happen in an HTML form submit. For instance, if you have
a text field with name="Blah", you should be able to retrieve it on your
results page with FORM.Blah.
Re: Help With pulling flash forms in Coldfusion dpinder123
8/31/2005 8:39:59 PM
Make sure your form is using: format="flash"

AddThis Social Bookmark Button