I know there are many documentations on this already and wanted to thank the Sitecore Documentation team for a detailed document page on this topic. Please read the official document here. We had a request of having a registration form where once the user submits the form, the user must be created in the Sitecore … Continue reading Custom submit action for Sitecore Forms
Technical
Default Language for Sitecore Content Author
I am currently working on a multilingual project which uses around 12 different languages as part of Global presence. We thought it will be great if we can set a particular language as a default one for respective Content Authors ex. if we can set German as default language for the user who will take … Continue reading Default Language for Sitecore Content Author
Sitecore Module – AddThis Plugin
Another module which our team created at Sitecore Hackathon 2021 was for Marketers. The tracking of the Sharing buttons. There are few paid thirdparty tools which provides this feature but there is also a free service which we normally use in our project and thought lets create a Sitecore Module for the same. Description The … Continue reading Sitecore Module – AddThis Plugin
Sitecore Module – Quick Version Creator
We participated in Sitecore Hackathon 2021 and thought of adding an enhancement to the existing Sitecore XP. While thinking what we can add as a feature, I remembered my stakeholders coming to me in past to create new language version of the page with the existing data. Now this totally depends on the Templates configuration … Continue reading Sitecore Module – Quick Version Creator
Use PowerShell script to install SOLR
We tried using a PowerShell script for SOLR installation and it works like a charm for us. Jeremy Davis's post helped us a lot to get to this. Please refer his post here, it almost removes all your headache of manually installing SOLR. Also there is good discussion on Stack Exchange. This script reduces your … Continue reading Use PowerShell script to install SOLR
Adding a custom route in Sitecore site
If we want to create a custom Sitecore route, for ex. if we want to read the user input and pass it to the controller method then we will require a custom route. Simplest example of this requirement is Search box. We will need to create a class file to add our route. You can … Continue reading Adding a custom route in Sitecore site
Simple steps to upgrade Sitecore 8.2 application to 10
We always get release notes and upgrade packages whenever a minor or major version of Sitecore is released. But I am a fan of simplicity and wanted to try out another path to upgrade a Sitecore 8.2 web application to Sitecore 10. Lets first know about the Sitecore 8.2 web application, it is a simple … Continue reading Simple steps to upgrade Sitecore 8.2 application to 10
EXM not visible after Sitecore 10 installation
There was strange thing when we first installed Sitecore 10. The EXM app was not visible on Launchpad. After connecting with experts on Sitecore community and slack channels, we understood that EXM module is tightly coupled with Sitecore License. We examined our partner license. To examine the license, you can go to Control Panel from … Continue reading EXM not visible after Sitecore 10 installation
How to enable workflow in Experience editor mode?
In this blog we will discuss a weird bug we faced in one of our client projects. We had implemented workflow for our KB Articles as we used to fetch it from third party application and create using code. The workflow was very simple, when the Articles are created through code or modified, the Article … Continue reading How to enable workflow in Experience editor mode?
Installing Sitecore 10 using SOLR as Search Provider on Azure
In this blog, we will see how to install Sitecore 10 with SOLR as Search provider. In case if you are looking for Sitecore with Azure Search as a Search provider then you can go through this blog. Also the prerequisite for installing the Sitecore 10 with SOLR is that we need the SOLR up … Continue reading Installing Sitecore 10 using SOLR as Search Provider on Azure