Thanks Rob, this is all new to me as I've always used ye ole standard html forms and roll your own error handling scripts.
-----Original Message----- From: Rob Parkhill [mailto:[email protected]] Sent: Tuesday, March 17, 2009 8:02 PM To: cf-newbie Subject: Re: cfform type=flash Bob, Add some label attributes to your form fields, that way you can see which is which, and where the * are associated. Rob On Tue, Mar 17, 2009 at 12:58 PM, Imperial, Robert <[email protected] > wrote: > > I've run into something in my puttering with cfform type="flash" and > required fields. 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;f Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4460 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
