Forums

Multiple File Fields, Only First File Attached to Emails

LayneHuber 17 Jul, 2015
Hi There,

I've setup a form here (http://dev.finaltouchdecorating.ca/careers/) that has two file upload inputs. They are both uploading correctly, and I am able to see the submitted files on the server. However I need the email to contain both uploaded files as attachments, and that's where I'm running into trouble. In the 'Attachment Files' section of the email action, I have the form items listed with a comma between them. My understanding is that this should result in the email being sent out with the files from both form inputs attached. However no matter what I do, I only get the file from the first form input, and never the second. I can switch the order around, but it only ever attaches the file from the first form input in the string.

Please see the attached screenshot.

Any help you could provide would be great.

Thanks!

Layne Huber
GreyHead 17 Jul, 2015
Hi Layne,

Please make sure that you have only a comma between the file names and not a comma+space.

If that isn't the problem, please drag a Debugger action into the On Submit event, then submit the form and post the debug - including the 'dummy emails' results here.

Bob
LayneHuber 17 Jul, 2015
Hi Bob,

Getting rid of that extra space after the comma did it!

Thank you a quick response! Can't believe it was something so small. Just glad its fixed. =)

Thanks!

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