Skip to content

Instantly share code, notes, and snippets.

View jeetonweb's full-sized avatar

Jitendra Kumar Dalai jeetonweb

  • Bangalore, India
View GitHub Profile
@jeetonweb
jeetonweb / common.module
Last active August 29, 2015 14:10
A Drupal 7 custom module that helps building dynamic select boxes.
<?php
/**
*
* Implements form_alter();
* @param type $form
* @param type $form_state
* @param type $form_id
*/
function common_form_alter(&$form, &$form_state, $form_id) {