Drupal

Custom webform submit handler

Overview In Drupal, a Webform handler is a component of the Webform module that processes form submissions. Webform handlers allow developers to extend the functionality of webforms by performing various actions or integrations upon form submission. Processing Form Submissions When a user submits a webform, the form data is passed...

by radheshyam.kumawat
Tag: Drupal 8
02-Feb-2024

Drupal

Migrate Data from online XML to Drupal 9

The Migrate API provides various services for migrating data from different sources to Drupal 9 (or later). Today we are going to learn how to migrate data from online xml file to our site of Drupal 9. The prerequisite contrib modules are : Migrate Plus, Migrate Tools, Migrate. For setting up folder structure and creating migration...

by sagar.verma
Tag: Drupal 8
27-May-2023

Drupal

Cache Lifecycle in Drupal 9

Cache Life cycle is important to understand as it plays an important role in optimizing the performance and scalability of web applications. In this blog, I will dive deep into the cache life cycle in Drupal 9, exploring its key stages and highlighting best practices to maximize caching benefits. Various Stages are as follows:- ●...

by sagar.verma
Tag: Drupal 8
22-May-2023

Drupal

Custom table migration from Drupal 7 to 8

Custom table migration is slightly different from Content migration. We can migrate Custom table data from Drupal 7 to 8 by using simple steps. Before discussing those steps, we should know which modules are necessary to migrate data. Necessary modules Migrate Migrate Drupal Migrate Drupal UI Migrate Plus Migrate...

by yogesh.singh
Tag: Drupal 8
26-Dec-2022

Drupal

Drupal 9/ Drupal 8 Custom Migration From CMS

What is Migration? Migration is an Extract, Transform, Load (ETL) process. Inside Drupal Migrate API, the extract phase is called source, the transform phase is called process, and the load phase is called destination. Before Understanding how to do custom migration, it is important to understand why to perform the custom migration....

by sagar.verma
Tag: Drupal 8
05-Dec-2022

Drupal

Progressive Web App (PWA) In Drupal

Introduction A contributed module for Drupal provides a drop-in replacement for the fundamental characteristics of a Progressive Web App, which has been available since Drupal 7. With the help of this module, your website will be able to respond swiftly to user interactions, never display an "offline" notice, and look exactly like a...

by kartik.tandon
Tag: Drupal 8
02-Dec-2022

Drupal

Password Migration in Drupal 9 from Drupal 7, WordPress, and Custom CMS

Password migration is basically part of website migration. We can migrate content, images, documents, categories, and other content very easily because these are almost straightforward. In migration, We pick the content from the source and put it into a destination which is called the lift-and-shift approach. In Drupal 9, Password...

by Jeet Lal
Tag: Drupal 8
22-Nov-2022

AWS, DevOps

How to use AWS Lambda in Drupal

AWS Lambda@Edge allows you to run applications and services without worrying about managing infrastructure. Your application still runs on servers, but all the server management is done by the Cloud provider. You no longer have to provision, scale, and maintain servers to run your applications, databases, and storage systems. AWS globally...

by Jeet Lal
Tag: Drupal 8
25-Aug-2021

Drupal, Web Content Management

Content Management in the age of Customer Experience Management

Content has become one of the most crucial factors impacting the customer experience. Brands are investing a lot of efforts to improve the content and build stories that sell. The emphasis on content production has never been stronger as it is today. Given the multitude of digital channels that the millennials are using for content...

by Dwiza Saha
Tag: Drupal 8
30-Nov-2017

Drupal, Web Content Management

Headless CMS – An Overview

Content has become a new prerogative of companies wanting to improve customer experience. It is content that sells. Storytelling is gaining traction and so is content marketing. Organizations are producing large amounts of data and content, but a heap of data is of no use. Content Management Systems act as a key enabler for managing large...

by Dwiza Saha
Tag: Drupal 8
06-Nov-2017

Drupal, Software development

Why Choose Drupal Over Other CMSs?

Why Drupal? A primary question that comes to our mind before stepping ahead for development is how to choose the best suited CMS for the website from a variety of available CMS? Now, it depends on the requirements, if the website is a blog related website, you will definitely think of WordPress and if the website is E-commerce...

by Harsh Behl
Tag: Drupal 8
18-Aug-2017

Drupal, Technology

How to Give Back to Drupal Community

Let's start with answering why most of companies/developers do not contribute? We all might know real problems, but I believe the most important is the awareness. In 2008 Dries wrote a blog Contributing back to Drupal for inviting new ideas to increase companies participation. Not sure how many could adapt into the culture of...

by Harsh Behl
Tag: Drupal 8
20-Jul-2017