function tripal_contact_form_alter

2.x tripal_contact.module tripal_contact_form_alter(&$form, &$form_state, $form_id)
3.x tripal_contact.module tripal_contact_form_alter(&$form, &$form_state, $form_id)
1.x tripal_contact.module tripal_contact_form_alter(&$form, &$form_state, $form_id)

File

tripal_contact/tripal_contact.module, line 615
This file contains the basic functions needed for this drupal module. The drupal tripal_contact module maps directly to the chado X module.

Code

function tripal_contact_form_alter(&$form, &$form_state, $form_id) {
  if ($form_id == "chado_contact_node_form") {
  }
}