Closed Bug 1928 Opened 26 years ago Closed 26 years ago

Submitting multiple check boxes sends the string "on" instead of the box ID's

Categories

(Core :: DOM: Core & HTML, defect, P2)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 1958

People

(Reporter: jkjome, Assigned: pollmann)

References

()

Details

Most of the registration works just fine. You can enter your name and other info, but when submitting multiple check boxes all with the same name and a dynamic (pulled from a database) value, the form submits only the string "on" for the value. What should happen (and does happen in all other major browsers and versions), is that the dynamic value(s) should be passed to a SQL statement and Insert a new row for every Unique Value that it is passed. The SQL server balks when it gets a sting value of "on" instead of the integer value that should be passed. Try the url http://www.farmjournal.com/register.cfm and go through the registration process. You will get an error after submiting from the page where it says "register.cfm?num=3" I am using the newest NGLayout from 12/14/98 non-debug version. Jacob Kjome
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
This was a one character typo. I just checked in the fix. *** This bug has been marked as a duplicate of 1958 ***
Status: RESOLVED → VERIFIED
verified duplicate of bug 1958
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.