diff options
Diffstat (limited to 'cheque_contact.inc')
-rwxr-xr-x | cheque_contact.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cheque_contact.inc b/cheque_contact.inc index 8f882f3..335ee42 100755 --- a/cheque_contact.inc +++ b/cheque_contact.inc @@ -971,6 +971,7 @@ function contact_details($form_state) '#title' => t('Email'), '#size' => 48, '#value' => $user->mail, + '#disabled' => TRUE, ); $form['candidate_detail']['mobileno1'] = array( '#type' => 'textfield', |