Sitecore-Forms-Extensions
Sitecore-Forms-Extensions copied to clipboard
Attaching files through form to email sent with EXM
Hi. We recently upgraded to Sitecore 10.2 using the forms extensions. In 9.2, everything worked fine. On the form, we have a file upload component. The file upload component is handled on the front end to store the files in Sharepoint. This is working fine, via an api call to sharepoint. However, we want to be able to attach the files that are uploaded to the email confirmation message that goes out. Is there a way to do this OOB with the extensions?
Nothing OOB but basically there is an API you can call with the form submission ID to get the file. It requires being logged into the CMS though.