Article Archives
Read and get updated on how we progress.
How to submit a webform in ajax
This module adds the AJAX support to Webform3.0 and above. As a first step it focusses to simply add form AJAX paging and submit. Especially for…
Read More >>How to resolve the issue "Error in simplesamlphp_auth. module: no valid unique id attributes set" simplesaml_auth Drupal saml integration.
For one of the Drupal site, on integrating Drupal as a service provider using the simplesamlauth will show the error "Error in simplesamlphp_auth.…
Read More >>[Drupal 7] Theming 403 and 404 error pages Drupal 7
Drupal 7 provides an interface to set URL for 403 and 404 error pages (admin/config/system/site-information). We can just simply create a node and…
Read More >>How to add a Rule condition for user specified role Drupal 7
In my previous post, we have discussed about creating a rule condition programmatically for checking specified role. In this post lets see how we can…
Read More >>How to create custom condition for the Rules event in Drupal 7
In this post, lets discuss about how we can add custom condition for the rule event which we have created. It is very simple to create a custom…
Read More >>How to trigger email for custom rule event in Drupal 7
As in my previous post we have discussed about creating a rule event programmatically . Now we will create an action to trigger email for the custom…
Read More >>