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...
By default, EPiServer Campaign Connector only displays opt-in processes of type Double : However, sometimes we want to display opt-in processes of other types ( Single , Confirmed ). We can easily achieve this by overriding the default behaviour....
Creating multiple instances of the same connector There are cases where an organization has multiple logins into the same Marketing Automation system for different business units or different regions. With that in mind, the EPiServe...
Hi there! In the previous post , I have implemented upload media function for Selection content dialog but it just works with CMS 10.x. I have updated the add-on to work with CMS 11 and TinyMCE 2.0.0. I also make the uploaded media selected...
Currently when I type to search in navigationtree, surprisingly there is no result returned even for pages, block or media. It seems that someone forgot to implement searching feature or it is being underplayed . In this post, I would like show y...