Hi Ralf,
I have a radio button element with several options. I would like to disable some of them. They should be shown but they should not be able to be activated. With this I can only disable all radio buttons together:$form->getElement('selection')->setAttrib('disable', 'disable');
By looking at Zend_View_Helper_FormRadio, it seems that you can pass an array of disabled values to the disabled option. HTH. drm / Gerard
