Even a simple example should demonstrate the issue here.
<cfform format="flash" name="FormItemTest" preloader="false">
<cfformitem type="text">This doesn't display in Chrome.</cfformitem>
</cfform>
It's not just cfformitem either:
http://www.asfusion.com/examples/item/filtering-records-on-a-cfform-gr id
Viewed in IE or FF will shows different behaviour than in Chrome. The cfselect doesn't prime itself using the query data.
We've been hit with this problem too. Presently the only advice we can give to users is to use a different browser.
Even a simple example should demonstrate the issue here.
<cfform format="flash" name="FormItemTest" preloader="false">
<cfformitem type="text">This doesn't display in Chrome.</cfformitem>
</cfform>
I see what you mean, yeah. There has been a bug raised for this - http://cfbugs.adobe.com/cfbugreport/flexbugui/cfbugtracker/main.html#b ugId=81584 - you might want to go vote for it.
We've been hit with this problem too. Presently the only advice we can give to users is to use a different browser.
Or, more realistically: you stop using <cfform format="flash"> :-/
--
Adam
Hi all,
we have the same problem on http://www.ccli.de/about/contact.cfm and http://www.ccli.co.uk/about/contact.cfm with many different forms.
The CFFormItems are not visible, but also the CFSelect is not populated.
Has anybody found a solution to this? The number of Chrome users we have on our websites is greatly increasing, so we want to do something about it.
It is hard for me to believe that Adobe has not fixed this in this long time period.
If there is no way to fix those flash forms what would be the best and fastest work around? Convert to HTML and basically recreate the form plus include a captcha to prevent spam? Or does anybody have a better way of getting forms these forms to work on all browsers?
I really appreciate your help.
All best,
Micha
I'm having the same issue with cfform flash format on google chrome. We're running ColdFusion 8. Has this been fixed yet?
It looks like there is also a chrome issue\bug # for this http://code.google.com/p/chromium/issues/detail?id=35220
I heard that this issue has been fixed in CF9. Have a look at http://kb2.adobe.com/cps/847/cpsid_84726.html
81584 | cfform (Flash) | Flash forms created using |
You will have to pay to get this upgrade for your server...
If you buy and install CF9 please let us know if your forms work properly on Google Chrome.
I am also confirming that on CF9 (enterprise), Flashforms do not work on Chrome and Safari on Windows. Had we known that Flash forms would not be supported across broswers (an assumption you don't usually make with Flash), we never would have implented on our websites. Changing them all to HTML is a real bummer. Yes, going forward, we will never use Flash forms again.
I'm no techy, but i found that if you use the bind attribute, and don't have the text between the tags, the text will be visible in cfformitem text. eg.
<cfformitem type="text" bind="Enter the candidate's email address and number" style="font-weight:bold;"></cfformitem>
dunno about the dropdown problem though....would be great if someones got an answer for that.
North America
Europe, Middle East and Africa
Asia Pacific