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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;fArchive:
http://www.houseoffusion.com/groups/cf-flash/message.cfm/messageid:287Subscription:
http://www.houseoffusion.com/groups/cf-flash/subscribe.cfmUnsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.30