|
Mailing Lists
|
Home / Groups / ColdFusion Flash (CF-Flash)
cfform and required field issueI'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 |
February 11, 2012
|
Latest Fusion Authority Articles
|
|||||||||||||||||||||||||||||||||||||||||||||||||