November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
I consolidate reply in the thread http://world.episerver.com/Modules/Forum/Pages/Thread.aspx?id=158336&pageIndex=1#reply
Thank you.
The code for this actor is shared via github on this link: https://github.com/stilren/EpiForm-extensions, send stars and pull-requests please
My client wants the uploaded files for an episerver form (4.0) to be sent as attachments instead of links. Other than that they want to keep original functionality.
My current approach is building a custom email-sending actor replicating the base default actors functionality. There are several problems with the, for example the placeholder functionality seems tricky to implement (LINK). Also it would be confusing for the editors to have two ways of sending emails if I were to succeed.
Is there a bettery way to do this? Maybe the email could be intercepted and changed somehow?
Any help is much appreciated!