So I am fiddling with the Yii Framework and in one of the views, specifically the create form, I am trying to give one of my textfields a default value. Therefore when I go onto
Please use array('readonly' => true) instead of disabled.
array('readonly' => true)
disabled