Comments Giuseppe started the conversationDecember 15, 2023 at 10:43amHi,We need multiple fields to upload license/documents of customers. We also need that these fields are reported in the user summary as the demo shown.Can you also confirm us that the upload field is multi-file and dragĀ & drop compatible?Thanks 2,214WebWizards repliedDecember 15, 2023 at 11:43amHiĀ Giuseppe,Thank you for getting in touch,By default file upload inputs are set to accept 1 file, but you can enable multiple files by adding this PHP code snippet to your site: add_filter('b2bking_allow_file_upload_multiple','__return_true');Inputs will then accept multiple files:These inputs also support drag & drop.You can create multiple such file upload fields, for licenses and for each other document. Let me know if I can help with anything, or if you have any questions, Kind regards, Stefan Sign in to reply ...
Hi,
We need multiple fields to upload license/documents of customers. We also need that these fields are reported in the user summary as the demo shown.
Can you also confirm us that the upload field is multi-file and dragĀ & drop compatible?
Thanks
HiĀ Giuseppe,
Thank you for getting in touch,
By default file upload inputs are set to accept 1 file, but you can enable multiple files by adding this PHP code snippet to your site:
Inputs will then accept multiple files:
These inputs also support drag & drop.
You can create multiple such file upload fields, for licenses and for each other document.
Let me know if I can help with anything, or if you have any questions,
Kind regards,
Stefan