DigitalNadeem Blog

How to implement polls in Drupal using Polls module 0

How to implement polls in Drupal using Polls module

In websites we can gather information from users in different ways like surveys, polls etc. Here we are discussing how to implement polls in a Drupal website. What are website Polls? Polls on websites...

How to  Embed views in a Drupal Paragraph type 0

How to  Embed views in a Drupal Paragraph type

Here we are discussing how to embed a view block in a paragraph type without custom code. Here we are going to  Install block field module. Block field allows to create any block as...

How to store temporary data in Drupal 9 and Drupal 10 0

How to store temporary data in Drupal 9 and Drupal 10

During development of complex UI’s with customized approaches, there will be a  need for storing data for a shorter time before permanently storing to the back end. In this case we have to store ...