Anil Kumar Goud wrote:The form data fields must contain unique names, or else when you access form data values you will get only top level values.
That is not correct. It is perfectly valid for form to contain multiple elements with the same name, and all are submitted to the server. How the values are obtained is a matter of how the library being used parses the request body.