In this blog, we will create a Contact page, using the layout we have created for the site and the additional components which are required. the Basic focus will be the on the Contact Form that we will create using Sitecore Forms. To check the HTML and look and field of the contact page, refer … Continue reading How to Use Sitecore Forms for creating a Contact Form
9.2
Creating Service Details and Listing page
So in the previous blogs, we completed Home & About page and now we will be working on Service Details and Listing pages. So lets see what all components are there on the Service Details page except the layout. So if we list these components then it is - Banner, Left Navigation Bar & the … Continue reading Creating Service Details and Listing page
Building Home page Components – Services Section
Last but not least, we will create the Services section component after which our Home page will be completed. This section has one dependency that is it allows user to click on each service and that is redirected to Service Details page. The section looks like the screen below: A carousal with 5 services items. … Continue reading Building Home page Components – Services Section
How to modify the domain names for Sitecore 9.2 after installation
I recently got a query from an infra guy on how to modify the domain names of the Sitecore instance using minimum domain names and SSL certificate. So I thought I will jot it down so it will help others as well as me in future. So lets assume that you already have Sitecore 9.2 … Continue reading How to modify the domain names for Sitecore 9.2 after installation
Creating a Layout – Part II
In the last blog, we had created a layout with the static html. Now lets break this html into components and bind it all on the layout. Go to Dummy Website solution in Visual Studio. Lets create a Header component first. Create a view named "Header" and copy entire Header tag html markup in it. … Continue reading Creating a Layout – Part II
Setting up Dictionary Items (Resource Strings)
As we know that we need to manage the Labels as well from Sitecore which call Resource Strings. The example is below: And many such labels, we need to create in Sitecore so that Content Author can manage these label's value. Earlier we use to create a template for Resource string and fetch it like … Continue reading Setting up Dictionary Items (Resource Strings)
Creating a Visual Studio Solution
In the last blog we had done the introduction to the files and folders of Sitecore 9.2 installation. Now lets create a Visual Studio solution to support this Sitecore instance. Open Visual Studio 2017 in an administrator mode. Click on File >> New >> Project. Select Web in left, we are creating ASP>NET Web Application. … Continue reading Creating a Visual Studio Solution
Introduction to the Dummy Website series using Sitecore
Hello Everyone, as I had mentioned, I will create a series on creating a dummy website using Sitecore. I start it with this blog and will explain you what all we will be doing in this series. So first we will install Sitecore 9.2 instance "SitecoreDemo", you can follow my blog for Sitecore 9.2 installation. … Continue reading Introduction to the Dummy Website series using Sitecore