I was wondering if there's a way to validate a form that has inputs with identical names. The following JS Fiddle is an example of identical names: http://jsfiddle.net/fmpeyton/5c9d2p0c/ I would hope there would be a way to handle this, since lots of backend languages have the ability to accept identical name attributes, as they concatenate the values or convert them into an array or collection (ASP.NET).