Making fields non-editable in drupal 7
Objective: Want to make some fields (which are computed) non-editable in Drupal 7 1 - How to control the attributes of a field element in drupal 7 D7 the following needs to be done - add an after_build function for the element /** * Implements hook_form_alter().