|
You mean you have multiple form fields of a type that shouldn't take multiple values with the same name? You know that only checkboxes and radio buttons may share name with other controls, though select elements may send multiple values as well?
As for as specification goes, the sequence control name/value pairs should take is unspecified - which means that you should never rely on it being a certain way or another.
|