I remember reading in the spec once that both the id attribute and the name attribute share the same namespace and have to be unique. Henceforth I\
id
name
ID should be unique but you can use multiple form elements with the same NAME. This is standard for how radio buttons work so you can force one seletion of a radio button group.