Article Archives

Read and get updated on how we progress.

How to Create a Dropdown menu in Drupal 7?

We can create a dropdown menu in drupal using the Superfish module.   Download and enable the Superfish module   Enable dependency modules like…

Read More >>

How to create a sub theme using bootstrap 7x-3.x. in Drupal 7

What makes this Article important is that the absence of .subtheme folder inside the newer version of bootstrap 3.   So lets start to make our own…

Read More >>

How to add font awesome inside Drupal 7?

Download the font awesome and then move the folder to your theme folder. Here are the two methods of adding font awesome inside our drupal site.…

Read More >>

How to create an ajax form to display the entered text above the form

Creation an ajax form in simple in Drupal. This article helps to create a simple ajax form to show the entered text above the form without any page…

Read More >>

How to enable Google reCaptcha in Drupal form.

To enable reCaptcha in Drupal we have to enable the reCapctcha module.   Type 'drush en -y recaptcha' on Terminal.   This will download and…

Read More >>

How to handle Drupal 7 date field styling for date month and year separately.

For one of my drupal site need to display a upcomming events and the events list need to display the date and month. The date need to be there above…

Read More >>