Forms Document Uploade

Hello,

i have a question regarding Plumsail Forms. We are currently using SharePoint On-Premises 2019. There is a requirement to add multiple document upload options alongside several input fields. Is it possible to implement this functionality using JavaScript?

I hope someone can help me out :slight_smile:

1 Like

Hi @aariyarasa,

SharePoint supports just one attachment field per item, but you could store the attached files in a separate Document Library connected to the parent item via a lookup field.

This can be easily done with our List or Library control. Try following this guide to set up the parent-child relationship between the main form and the uploaded documents:

1 Like