Hi,
I need to edit the class field of the form element. Specifically I want to use dropzone.js (http://www.dropzonejs.com/).
So for example :
<form action="/file-upload"
class="dropzone"
id="my-awesome-dropzone"></form>
The chronoform wiki specifies that <form . . . > and </form> tags should be removed from any custom HTML or your form will probably not work correctly so i am not sure how to do this. Any ideas?
Best Regards
Shane Dempsey
I need to edit the class field of the form element. Specifically I want to use dropzone.js (http://www.dropzonejs.com/).
So for example :
<form action="/file-upload"
class="dropzone"
id="my-awesome-dropzone"></form>
The chronoform wiki specifies that <form . . . > and </form> tags should be removed from any custom HTML or your form will probably not work correctly so i am not sure how to do this. Any ideas?
Best Regards
Shane Dempsey