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...
Forms 4.30.1 has a bug that can unexpectedly delete form submission data if retention policy is set and the bug has only been fixed in 4.30.3. If you have already deployed a solution using Forms 4.30.1 or 4.30.2, you should upgrade Forms to 4.30.3...
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'...
The Episerver PDF Preview is the latest add-on that allows editors to preview PDF documents in edit view. This add-on is based on PDF .js version 2.0.943. Intergration with your current system In the PdfPreview package, there is a class named...
Api V3 has came out. Microsoft has migrated auto translation service api from V2 to V3 in the beginning of this year. Version 2 was deprecated on April 30, 2018 and will be discontinued on April 30, 2019 according to Microsoft announcement here...
When submission process takes a long time to complete, a loading icon should be shown just to let users know something is happening. It is easily done with EPiServer.Forms Create FormStyle.css file to write cutom style for form and put it under ...
Feature dependency for fields is available from version 4.15 which lets you configure dependencies among fields in a form. You can create rules for field elements on a new Dependencies tab in the element properties. There are two buit-in actions...
Few months ago I got a Forms support case from a customer. They had a concern for security perspective as well as GDPR perspective. The question is "Is it possible to avoid saving files that are uploaded using the fileupload element and attach th...
I got a support ticket a few days ago in terms of Forms' hidden vistor profiling element. The customer basically wanted to capture user's zip code by using the element with a external geolocation api. He could get ip, location name however zip cod...