I am trying to disable couple of fields and make them readonly via hook_page_alter(). I was able to do check if user is viewing the page edit section (the form edit)
Like it said in the docs
You can use attributes :
$form['#attributes'] = array('disabled' => TRUE);