>I'm having a problem with radio buttons in my form.  Sometimes when I post
>the form, BOTH values of like-named radio buttons get passed.
>Has anyone had this problem before?

I have never seen that happen with a group of radio buttons.

I'd check for javascript or another form field with the same name like a
text input maybe.  This
can happen if you are passing data along as hidden form fields from other
pages or the like.


>It only happens *very* rarely on our
>site, but it looks like it may be crashing the CF server.

The only thing I can recommend is to trap for the error if the source is
unclear,
then redirect back to the form with all the buttons unchecked prompting the
user to make the selection again.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to