Hi,
Here is my FormMapper
protected function configureFormFields(FormMapper $formMapper)
{
$formMapper
->add('affiliatePartner', null, array('attr' => array('required' => false, 'widget' => 'single_text', 'readonly' => true)))
}
It does show a gray read only - select box. But I am still able to change the value.
I don't mind if it displays the same in a readonly textbox.
Please find the image attached.

Thanks,
Amit