Hello,
I have been trying to extend the demo multiplier form in CF5 by adding a File Upload Action and email on submit. Basically I want the number of files uploaded to be attached to the email and sent.
I am having trouble figuring out how to set that up in the file upload action and in the email. I am using the demo multiplier form for now with the fields as they exist in the demo - with an array file[] to collect the uploaded file in each multiplier content.
Of course if I get the number of files uploaded I can hard code the attachments file[1] file[2] and so on but ther must be a way to attach each file automatically.
Cheers
Tim
I have been trying to extend the demo multiplier form in CF5 by adding a File Upload Action and email on submit. Basically I want the number of files uploaded to be attached to the email and sent.
I am having trouble figuring out how to set that up in the file upload action and in the email. I am using the demo multiplier form for now with the fields as they exist in the demo - with an array file[] to collect the uploaded file in each multiplier content.
Of course if I get the number of files uploaded I can hard code the attachments file[1] file[2] and so on but ther must be a way to attach each file automatically.
Cheers
Tim
This topic is locked and no more replies can be posted.