To expand on c.solomon's post, the name attribute doesn't have to be unique, for any control. You could have multiple text inputs, all with the same name. As a point of interest, PHP's use of array syntax in names to create arrays relies on this. However, mutually exclusive selection within a...