I've never used cfform so I'm not much help there but I roll my own forms along with my own js form validation and handling. Looping over all the radio buttons to check for checked value would be my suggestion and you could always pass a hidden default to make sure that your "example" button exists.
Bob -----Original Message----- From: Melissa Cope [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 2008 12:09 PM To: CF-Newbie Subject: Requiring radio button selection I'm putting together a form where there is a yes/no question that the user is required to answer. Neither button can be pre-checked because we want to keep the user from glossing over the question and going with the default option. Surprisingly, I have had trouble finding out how to deal with this. Do we put "required=yes" and the "message" in both the yes button and no button <cfinput> tags? Thanks! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3941 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
