Hi, I have a mutli page form setup with a multiple upload field (incl. zipping and javascript to display first field) on page 3. Everything is working well. Now I would like to add two single upload fields on page 1.
1. I added the two upload elements but they did not seem to be taken in by the multiple upload event.
2. I then added an Upload File event on the Page 2 with appropriate field name and extensions.
Files are successfully uploaded to the sever but:
- they do not get zipped with the others
- they are not included on their own along with the email. Even though I did put " upload_1,upload_2,upload_zip " in the field "Attachments fields name" of the email event, only the zipped files get emailed.
Thanks
1. I added the two upload elements but they did not seem to be taken in by the multiple upload event.
2. I then added an Upload File event on the Page 2 with appropriate field name and extensions.
Files are successfully uploaded to the sever but:
- they do not get zipped with the others
- they are not included on their own along with the email. Even though I did put " upload_1,upload_2,upload_zip " in the field "Attachments fields name" of the email event, only the zipped files get emailed.
Thanks