> Yes.  One method is to add an attributes element to your form array.  For example:
>
> $form['yourform'] = array('#type' => 'textarea',
>                            '#attributes' => array('disabled' => 'disabled'),
>                           );
or array('readonly' => 'readonly')
Michel, you should probably ask these questions on the developers' list.
K