> Hello, > > I read the link, but I couldn't realise how to make radio buttons. > So please write me the code, I tried a lot of elements from the > website, and > these works, but the radio doesn't. $form->addVariable('What\'s your choise?', 'example', 'radio', true, false, 'Click on one of the radio buttons', array('one', 'two')); -- Vilius