I haven't seen that before; are you able to duplicate the conditions?
Browsers, data input, etc?

Is the value really coming through with the "/" or is it "value1,value2"? 

Things to try:

1) Put commas around your INPUT attibute values, e.g. value="value1"

2) Verify that you don't have another form field with the same name (a
hidden one perhaps)

3) Verify that some javascript validation isn't setting both to checked OR
setting the value to both values

4) Output the raw form data (via debugging on as the first line of your
page) and verify you're not doing any server side modification.


-----Original Message-----
From: Jon Gage [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 06, 2000 10:05 AM
To: CF-Talk
Subject: Radio buttons


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/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to