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:4454
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to