Ask a Question related to Macromedia ColdFusion, Design and Development.
-
AkronNick #1
Converting existing forms to the Flash forms
I have forms and I change all the tags on them, but they don't change to the new 'Flash forms' in CFMX 7. Any ideas on this?
AkronNick Guest
-
FORMS - printing and emailing interactive forms
I'm using Acrobat 7 Pro on a Mac 10.4.8. I would like to create an interactive (order) form for my client to post on her website which her... -
Flash Forms.....
I was curious how to get a full date time in the <cfinput type="DateField"/> tag to give the time as well as the date. Is there a way to get the... -
CF and Flash Forms
I think this is where I should be posting this since I am having a tough time in the other forums getting a solution. I'm working on some forms... -
Advanced>Forms>Export Forms Data is grayed out
version 6.0.0 ¿ How do I activate this option ? -
appletviewr plus forms 9i - crash on forms service
I'm trying to find workaround of the problem forms losing focus on IE6.0 on Windows XP using Jiniator. So I am trying to use appletviewer instead... -
gclausen #2
Re: Converting existing forms to the Flash forms
Without more information it's hard to make any suggestions.
I'm assuming you're trying to change an HTML form to a CFML/Flash form. In the <CFFORM> tag do you have the 'format=flash' attribute set?
gclausen Guest
-
AkronNick #3
Re: Converting existing forms to the Flash forms
Are you not allowed to put flash forms inside of table cells? And how do you
add simple text to a form? Here is the regular form that I've tried to convert
to flash forms, and yes I did change the format to Flash.. I have created other
flash forms but found that the form wouldnt work inside of a table and I can't
put any regular text in the form.. I don't get it, all I can make are cfform
fields, etc but I can't add a piece of text to describe what the form input
would be used for, etc.. Remember the following code is still in HTML because I
couldn't get the cfform to work, and the code is inside a table cell.
<form action="big6.cfm?validdistrict=yes" method="post" name="DistrictName"
id="DistrictName">
Select a district:
<select name="big6_district" id="district">
<cfoutput query="progmon_districts">
<option
value="#progmon_districts.District#">#progmon_dist ricts.District#</option>
</cfoutput>
</select>
<input type="hidden" name="validdistrict" value="yes">
<input type="submit" name="Submit" value="Enter Compliance Report">
</form>
AkronNick Guest
-
gclausen #4
Re: Converting existing forms to the Flash forms
The <cfformitem> will do what you want
gclausen Guest



Reply With Quote

