How to get Dropzone.js in combination with multiple input and select fields working
问题 Im trying to get dropzone.js working with multiple input and select fields working. Also reading the dropzone.js documentation i saw that the dropzone form looks like a stand alone form. So when i tried to add more input and select fields inside the dropzone form, the complete form gets covered by a dropzone, and i wanted just one part to be a dropzone. Also i found i way fixing it reading other stackoverflow articles. What i did is i created a form with 3 input fields , 7 select options and