Subject: | no name attribute defined |
When a form input does not have the name attribute an error is thrown.
This issue came up while doing automated web testing and a select field
was used with out a name attribute. The input was then parsed and
injected into a hidden value with a name attribute.
Because the select nested in the form did not contain a name attribute,
the parsing of the form broke.