954,585 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Multiple flash CFFORMs in loop

I am attempting to build multiple unique cfforms (flash, not html) within a loop. However, only the last cfform is appearing on the page. Works in cfform with format="html" but not with format="flash." So, I'm thinking it's the flash design not moving down the page but displaying one on top of the other? I'm using:


School Name: #school_name#

.... other form fields ....

SusanHAllen
Light Poster
35 posts since Jun 2009
Reputation Points: 10
Solved Threads: 0
 

I believe I have found a solution... .... I just need to make sure I can create nested within it.

I am attempting to build multiple unique cfforms (flash, not html) within a loop. However, only the last cfform is appearing on the page. Works in cfform with format="html" but not with format="flash." So, I'm thinking it's the flash design not moving down the page but displaying one on top of the other? I'm using:

School Name: #school_name#
.... other form fields ....

SusanHAllen
Light Poster
35 posts since Jun 2009
Reputation Points: 10
Solved Threads: 0
 

Did that solution work?

cfwebdeveloper
Junior Poster in Training
78 posts since May 2011
Reputation Points: 19
Solved Threads: 8
 

Nope, it didn't. No way to have flash format cfforms nested in the repeater. And on the repeater you have to bind everything, using the query name in the dot notation, even though you already put the query name as an attribute of the . Ugh. When did CF get so verbose? lol. Anyway, I found a nice solution online using a with flash/ajax popup windows for entering new data, that I'm going to try instead.
http://www.coldfusion-ria.com/Blog/index.cfm/2009/1/21/ColdFusion-8-cfgrid-adding-Add-and-Delete-Record-Functionality

Did that solution work?
SusanHAllen
Light Poster
35 posts since Jun 2009
Reputation Points: 10
Solved Threads: 0
 

Yeah, I was never a fan of flash forms. They seem nice but I'd rather build something custom sometimes.

cfwebdeveloper
Junior Poster in Training
78 posts since May 2011
Reputation Points: 19
Solved Threads: 8
 

My client wants something that looks "new and exciting" and I hate .NET/Ajax so I welcomed the opportunity to go back to CF. So far so good. I'm not doing actionscript, mind you, that's another headache I don't need. Anyway, my major problem after functionality is skinning... we'll see how that goes and how I can style the flash forms.

Yeah, I was never a fan of flash forms. They seem nice but I'd rather build something custom sometimes.
SusanHAllen
Light Poster
35 posts since Jun 2009
Reputation Points: 10
Solved Threads: 0
 
I'm not doing actionscript, mind you, that's another headache I don't need.

Unfortunately once you start using flash forms, you can't avoid it for long. lol Not unless your forms are dead simple ..Yeah, I was never a fan of flash forms. They seem nice but I'd rather build something custom sometimes.

They weren't bad. Personally I think their time has come and gone already. Most people prefer html forms these days. But the http://www.asfusion.com/examples/ archives are still a great resource for the old flash form stuff.

arrgh
Posting Whiz
381 posts since Dec 2008
Reputation Points: 32
Solved Threads: 47
 
They weren't bad. Personally I think their time has come and gone already. Most people prefer html forms these days. But the http://www.asfusion.com/examples/ archives are still a great resource for the old flash form stuff.


Thanks for that link. I found some useful example of cfform and I think I might use some soon like the file uploader. Thanks again!

cfwebdeveloper
Junior Poster in Training
78 posts since May 2011
Reputation Points: 19
Solved Threads: 8
 

You're welcome. I know CF9 has an uploader now too, but the asfusion one still stands the test of time IMO. Those guys do some pretty slick work :)

arrgh
Posting Whiz
381 posts since Dec 2008
Reputation Points: 32
Solved Threads: 47
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You