i am currently building a website, where I’m integrating a form with a data-upload. Unfortunately I am unable to implement a rule, that allows me (and website visitors) to upload more than one file via the data upload. Am I missing something? How can I allow the website visitors to upload more than one file (without having to implement multiple data uploads)?
The default contact form in Sitejet needs one file upload element for each file at the moment. If you like, please raise a feature request for us to improve this
As an unsuccessful workaround I tried adding custom JS to add a ‘multiple’ attribute to the <input> but the multiple files are not being sent. This feature would be useful for me. @Fabian_Elsner did you end up opening a feature request?