I believe you can simply put required="yes" and the message in the first option. Like this:
<cfinput type="radio" name="example" required="yes" message="Hi!" value="Yes">Yes <cfinput type="radio" name="example" value="No">No On Mon, Aug 25, 2008 at 11:09 AM, Melissa Cope <[EMAIL PROTECTED]> wrote: > 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:3940 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
