E-mail attachments

Attach multiple file uploads from a CF form to an email.

Overview

The issue occurs when spaces are included in the list of attachment field names in the email settings.
Remove all spaces between the field names in the attachments list, using only commas to separate them.

Answered
Al AlexBg 16 Feb, 2014
In the form, I have four "file upload" elements. When I submit form, only the first document been attach in email. In Attachment fields in Email section i put: input_file_73 , input_file_74 , input_file_75 , input_file_76
Field name and Field ID is the same "input_file_7X"
After submit, all documents are in upload folder on server, but only first attach in email!
Gr GreyHead 17 Feb, 2014
Answer
Hi AlexBg,

Please remove any spaces in the attachments list:
 input_file_73,input_file_74,input_file_75,input_file_76

Bob
This topic is locked and no more replies can be posted.