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
Resources
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
Building Home page Components – “Why Choose Us?”
In this blog, we will be working on the Why Choose Us? component which looks like below screen: The section contains the fields like - Image, Title, Summary & CTA. So we will create a template for the About item and inherit the CTA template in it. Also we will set presentation details to this … Continue reading Building Home page Components – “Why Choose Us?”
Building Home page Components – Testimonials
In this blog, we will be working on the Testimonials component which looks like below screen: One background image, that can be managed from CSS, and a carousal with the fields like - Testimonial Text, Image, Customer Name, Designation. So we will create a template for the Testimonial item and will also create one container … Continue reading Building Home page Components – Testimonials
Building Home page Components – Safe & Secure tagline section
According to the flow, we should have created Services we offer section but those services will need the details page as well so we will create that component as the last component while building the Home page. Till now if you have any queries then please get in touch with me and give a brief … Continue reading Building Home page Components – Safe & Secure tagline section
Building Home page Components – Featured Services section
As we did end to end steps for building the Banner component, we will do the same for this component as well. The feature section which I am talking about is as below: Lets create this component from scratch and we will be using View rendering to render this component on the front end. From … Continue reading Building Home page Components – Featured Services section
Building Home page Components – Main Banner
In this blog, we will build the Banner component end to end i.e. from creating template, creating Media items, content and renderings. So when the individual developers take an responsibility of the components, they create it in similar fashion. The Main Banner on the Home page is like: So how we can see it as … Continue reading Building Home page Components – Main Banner
Creating a Layout – Part IV
As the last part of creating a layout we will create the Estimates Form, we will add the functionality (Either saving the data in a custom database, sending the email to the end user & admin, share the data to CRM, etc) later on. Actually, we can use Sitecore Forms instead of custom coding but … Continue reading Creating a Layout – Part IV
Creating a Layout – Part III
In the previous blog, we had created Header component. As we are new to the concepts, I am covering the steps in detail. If you have idea then you can skip some steps and follow yours as well. For making it easy, we will create Footer component first. Create a new View and name it … Continue reading Creating a Layout – Part III
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