Dropzone dont work

Hi…
Made a test page for testing out dropzone.
have made a bs4 form with a file upload field.
Have ticked the “make dropzone”
BUT nothing happens at all
Images is the pageview and codeview…
What am I doing wrong ??

Dropzone requires a server connect form … you have a regular form. It needs to be converted to a server connect form.

1 Like

Thanks Teodor… Any easy way to convert ?

Click the Make Server Connect form button :slight_smile:

I had a page with lots of form elements on it, so I pasted in this:
“”""
from this"" “” and now it works…

Thanks Teodor

You don’t need to paste anything … just select your form and click the big button saying Make Server Connect Form

Perfect…found it… Thanks