Chad,

Rendered fine on my browser.  Is this the ONLY code you have in your template?  
If you have other code, it could be generating an error which could keep the 
flash form from showing (and I've found sometimes you can't even see you error 
unless you View Source of the page.  View the source and see if that gives you 
any indication as to why the page is failing.

There's definitely nothing wrong with the code below.

Dave

-----Original Message-----
From: Chad McCue [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 21, 2005 10:23 AM
To: CF-Talk
Subject: Flash form doesn't display


I am new to using flash forms and nothing is being displayed on my browser. My 
test code is below, is there anything special I need to do?

<cfform format="flash" width="500" skin="halogreen">
 <cfformgroup type="tabNavigator">  
  <cfformgroup type="page" label="Customer Management" height="200">
   <cfformgroup type="horizontal" label="Name:">
    <cfinput type="text" name="firstname" />
    <cfinput type="text" name="Lastname" />    
   </cfformgroup>
   <cfinput type="text" name="email" label="Email">
  </cfformgroup>
  <cfformgroup type="page" label="Content Management" height="200">
   <cfinput type="text" name="vacationStartDate" label="Vacation Start Date">
   <cfinput type="submit" name="Submit" value="Save">
  </cfformgroup>
 </cfformgroup>
</cfform>





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

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