We are using Sitecore 9.3 and we activated Personalization on the Home page of our website. Everything was working as expected but we started noticing that Google Bot was directed to 500 Error page inconsistently. Upon more research we understood that there was one error consistent in the logs whenever the Google bot was redirected … Continue reading Application Error – Sitecore.ContentTesting
Month: September 2021
Creating custom submit action to send the emails in Sitecore Forms
This a common ask if you are not using EXM, you need to send thank you emails or emails to the admin team with the details of the submitted entry. This can be achieved in 2 steps: Create a class which inherits from Sitecore.ExperienceForms.Mvc.Processing.SubmitActions.SendEmail and write your custom logic.Add a Custom Submit Action under /sitecore/system/Settings/Forms/Submit … Continue reading Creating custom submit action to send the emails in Sitecore Forms
How to add custom Event handler in Sitecore?
We had a requirement of pushing some Sitecore items to third-party applications once those are publish on the Live (Web database). We had to attach a custom event handler in the Publishing event. Now the handler needs to be added in both publish:end and publish:end:remote, the former works well on single instances and CM server … Continue reading How to add custom Event handler in Sitecore?
Sitecore Tips – Search and Replace
This blog is very simple tip but thought of sharing it. We had a rebranding of a word across our Media like (News, Events, Blogs, etc.) and it is impossible to go to each and every word manually and change it. The simplest solution was to write a Script in SPE and execute. Then I … Continue reading Sitecore Tips – Search and Replace