Sitecore-Forms-Extensions icon indicating copy to clipboard operation
Sitecore-Forms-Extensions copied to clipboard

Attaching files through form to email sent with EXM

Open CHSIncRmedcalf opened this issue 2 years ago • 1 comments

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?

CHSIncRmedcalf avatar Mar 16 '23 19:03 CHSIncRmedcalf

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.

markgibbons25 avatar Mar 17 '23 06:03 markgibbons25