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.  Example:

ORIGINAL FORM
<input type=radio name=CC value=VALUE1 CHECKED>
<input type=radio name=CC value=VALUE2>

POSTING FORM
Form.CC will come up as "VALUE1/VALUE2"

Has anyone had this problem before?  It only happens *very* rarely on our
site, but it looks like it may be crashing the CF server.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        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