CFForms aren't showing up
For some reason I can't get Flash format cfforms to show up on my web page. Everytime I put them as format='flash' the form disappears with no error message. If I make the format='html' the non-flash elements show up. I can't figure out what is wrong. Here is just a basic form that doesn't seem to work:
<cfform action="testform.cfm" format="flash" height="300" width="300" preloader="yes">
<cfinput type="text" name="text2" value="none">
<cfinput type="button" name="" value="zero">
</cfform>
We are using CF 8 and Apache. I have also tested this on two CF 7 servers (one running Apache and the other running NT) and I got the same results.