To use flash forms with the format of flash you will have to use the
"cfgroupitem" and other tags to get you HTML to show up. Remember, it
generates a flash "movie" so you can't just mingle html and cfinput tags
like you used to.

-mk

-----Original Message-----
From: Claremont, Timothy [mailto:[EMAIL PROTECTED]
Sent: Friday, July 08, 2005 10:20 AM
To: CF-Talk
Subject: Flash Forms Newbie Question


I am using the following code on my very first Flash Form:

<cfform action="Submit.cfm" method="POST" format="Flash"
skin="haloBlue">
<table width="66%" border="1">
<tr>
        <td width="50%">
        <strong><em>Staff Member</em></strong><br>
        </td>
        <td width="50%">
        <cfselect name="StaffMember"
          size="1"
          message="You did not select a staff member!"
          width="200"
          visible="Yes"
          enabled="Yes"
          required="Yes">
                        <option value="Jane Doe" selected>Jane
Doe</option>
        </cfselect>
        </td>
</tr>
</table>
<input type="submit" name="Submit" value="Submit"><input type="reset"
name="Reset" value="Reset">
</cfform>

When I view the form, the drop drown box appears (even with only one
item) but the text "Staff Member" does not show up, nor does the border
of the table, etc. The ONLY thing that shows up is the drop down box.

What am I doing wrong?

TIA,
Tim

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please delete it
from your system.

This footnote also confirms that this email message has been swept for
the presence of computer viruses.

Thank You,
Viahealth
**********************************************************************




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211424
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

Reply via email to