House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Mailing Lists
Home / Groups / ColdFusion Flash (CF-Flash)

cfform and required field issue

Author:
Bob Imperial
03/17/2009 05:40 PM

I've run into something in my puttering with cfform type="flash" and required fields. Pardon the cross posting as I realized that there was actually a list here that is probably more suited to my question. I have a test form setup at http://domis.med.unc.edu/temp/testing.cfm The fields in question are the first name, last name and mr# using this block of code:       <cfformgroup type="horizontal">                 <cfformitem type="text" width="100" style="text-align:right; font-size:10px;">                     First Name:                 </cfformitem>                 <cfinput type="text" name="First_Name" width="100" required="yes" message="Please enter a first name." value="" />                  <cfformitem type="text" width="100" style="text-align:right; font-size:10px;">                     Last Name:                 </cfformitem>                 <cfinput type="text" name="Last_Name" width="100" required="yes" message="Please enter a last name." value="" />                 <cfformitem type="text" width="50" style="text-align:right; font-size:10px;">                     MR##:                 </cfformitem>                 <cfinput type="text" name="MR_Num" width="50" required="yes" validateat="onsubmit" value="" />         </cfformgroup>  The "First Name" displays the standard red asterisk properly but not the "Last Name or MR#". Can someone enlighten me as to why this doesn't display on the other two fields please? TIA Bob


Search cf-flash

February 11, 2012

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
       1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29