Closed danloveg closed 1 year ago
Related to #82
The dropzone code should be separated from forms.js into its own file, formDropzone.js. This will make it easier to disable file uploads by simply not including the JavaScript if uploads are disabled.
forms.js
formDropzone.js
Closed by #131
Related to #82
The dropzone code should be separated from
forms.js
into its own file,formDropzone.js
. This will make it easier to disable file uploads by simply not including the JavaScript if uploads are disabled.