I might have (I've been answering a lot of those postings lately) All of the ColdFusion form tags (cfinput, cfselect, cftree, etc.) have to be inside of the CFFORM tags. They are all child tags of the cfform tag. I'm surprised you didn't get a CF error about missing the parent cfform tag. I'll have to look into that.
You'll need the CFFORM tag (without format attribute) for the html forms as well, if you want to use javascript validation we generate too. hth, ---nimer -----Original Message----- From: Larry White To: CF-Talk Sent: 2/15/2005 1:04 PM Subject: Re: Any sites using the new Flash foms? Well, I tried to run one of the flash "Accordion" group pages that I saw on the CF Forums... I think you wrote a response to that, Mike.. and I just got a blank screen. By accident, I found all I had to do was preceed that cfform with: <cfform format="flash"> </cfform> Then the second "accordion" type cfform loaded just fine. There may be an explanation for that, since I'm not too up to speed on flash, but it doesn't make me very enthused about using it. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:194887 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

