I am having a problem with making a flash form and using the cffformitem tag. When I use the following code, the text does not show up on the form below. I have also tried html. Also, there is a little clock mouse pointer on the flash form as well. Is that the standard mouse pointer on flash forms? <cfform action="action_demo.cfm" method="POST" name="form1" height="400" width="530" format="Flash" style="background-color:##CCCCFF;" skin="haloSilver" wmode="window" accessible="Yes"> <cfformgroup type="page" visible="Yes" enabled="Yes"> <cfformitem type="text" style="color: ##000000; fontFamily: Arial; fontSize: medium; fontWeight: bold;" height="25" width="500" tooltip="Please fill out form below:" visible="Yes" enabled="Yes">Please fill out form below</cfformitem> <cfformitem type="hrule" /> <cftextarea name="writtentext" label="Message:" message="Please enter a message." disabled="No" required="Yes" enabled="Yes" visible="Yes" cols="40" rows="10"></cftextarea> <cfformitem type="hrule" /> <cfinput type="Submit" name="submit" value="Submit Message" visible="Yes" enabled="Yes"> </cfformgroup> </cfform>
Don't see what you're looking for? Try a search.
|