Hi
I have a HTML form where which:
- clone a field set
- rename all radio button names in the set (they need to be unique so they are treated as a separate group after cloning).
When I inspect the DOM after the cloning, all the radiobuttons has a 0 at the end of the name string.
This happens in both Fx and IE, does anyone knows why?
I have off course checked and double checked my code :) When I do an alert before and after the renaming everything is as expected.
Thanks for answers,
regards bob