Application Error – Sitecore.ContentTesting

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

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