Is it possible not to break the nice Rails form validation errors displayed after marking the whole form the 'dropzone' class?
Now, when I try to submit the form, nothing changes and the page stays at it was without providing any info for user which fields doesn't meet the requirements. Controller renders JSON response (dropzone using consequence) which seems to not be processed by the view.
Thank you in advance for your quick response.
You need to parse the JSON response into your js callback yourself, something like this:
My workaround for this problem: