Background Inline JavaScript is discouraged to use nowadays due to security concerns and optimization requirements. In fact, inline script is a huge problem if a strict Content Security Policy header has to be applied. However, Episerver...
The "Send email after submission" actor for Episerver Forms are not marked as LanguageSpecific. That's a real struggle for editors when they want to customize the email response for each language version. I'm not sure about the background why this...
This article describes a simple way to create an Episerver.Forms-based element that sends out ICS invitation. If an email has a correct iCalendar structure (RFC 5545), major mail clients would display the email as an event and also add it to user'...
Why? I guess, most developers who use Episerver Find did run into HTTP 413 when indexing media files. If you have a closer look into indexed documents, there's a "SearchAttchment" field which consists of Base-64 content of the whole file. Somewher...
What happened? Recently, I found out some problem with EPiServer.Url objects, mostly because of its serialization. Let's start with a demonstration like this: // The page model [ContentType GUID="..."] public class MyPage : PageData { [EditorDescr...