Hi everyone.
I use zxml.
js on many projects and it works great. But now I suddenly used it with <input type="radio" /> and I don't know how to solve the puzzle =)
When I submit the form, zxml.
js sends a request with sumthing like this:
bg=0&bg=1&stroke=0&stroke=1&stroke=2&stroke=3
As you see I have 2 radios named "bg" and 4 named "stroke". I supposed that the result of form submission wolud be only the selected radios. Not all ptesented on the page.
Please help. I gotta have only the selected radios =) In example
bg=1&stroke=2
Thanks ahead.