Send null form data if element doesn't have name attribute
If the Dropzone form include elements without name attribute, Dropzone will include null form-data in the request to the server.
In my case, I have two select element in my form. This is a part of the POST request to the server:
My commit add a test before adding the element value in the form for preventing null field name.