Multiple attachments

P

Petra Nemcova

Hello, I am trying to find out if there is a way to allow multiple
attachments on the form? Or do I need to add multiple 'file attachment'
controls to the form?

Thank you for your advice.
Petra
 
C

Clay Fox

You would need a control, bound to a field for each attachment.
The easiest way is to create a repeating node and then they can use insert
on a repeating section to add as many as they want.
 
Top