There are 2 requirements when you create a form either you redirect to thank you page or show a thank you message after successful submission of the form. If you are creating Sitecore Forms (previously known as WFFM) then you get an option to redirect to thank you page using one of the Submit action. … Continue reading Avoid Sitecore Form redirecting to forms builder page!
Month: August 2020
How to setup Unicorn for Helix based Sitecore project?
The idea behind using Unicorn is to serialize only items that you need, by adding the Sitecore item paths to Unicorn configuration files. When the item is controlled by Unicorn, all the child items can be serialized automatically unless excluded, which is very convenient because the developer does not have to remember to serialize items … Continue reading How to setup Unicorn for Helix based Sitecore project?
How to store Media files in File System instead of Database?
The default behavior of Sitecore is that it stores the media files (Images, Videos, docs, etc.) in the database. This is good feature as your website folder won't grow as the Media items grow in Sitecore but the database size will keep growing over the period of time. It is not arguable over which approach … Continue reading How to store Media files in File System instead of Database?
How to update new license in Sitecore 9.3?
Initially Sitecore (8.2 and below versions) used to have only one place for the license i.e. Data folder. From Sitecore 9.x, there are 3 websites which are created for us namely, Identity Server, xConnect and the main website. The Data folder is no more and it is replaced by App_Data folder under the main website. … Continue reading How to update new license in Sitecore 9.3?