[fw-general] Zend_Form custom validator best practices

2008-09-25 Thread cyrilkuch
Hello All, I have a form with 2 fields and submit button. Form is created like this: $form = new Zend_Form(); $form-setMethod('post'); $form-addElement('text','field1', array( 'label' = 'User Name',

Re: [fw-general] Multi Checkbox options escaping

2008-08-13 Thread cyrilkuch
Hello Everybody, I'm new to ZF and this was my first posting on this forum. I haven't got any reply to my question and I just wonder if anybody can help me out with this issue? Even the answer like: There is no known possible solution to it would help :) Thank you. cyrilkuch wrote: Hi

[fw-general] Multi Checkbox options escaping

2008-08-08 Thread cyrilkuch
Hi, Is there any way to disable escaping for multicheckbox options ? I'm creating a multi checkbox element with linked options like this: $element = new Zend_Form_Element_MultiCheckbox('foo', array( 'multiOptions' = array( 'foo' = 'lt;a href=#gt;Foo Optionlt;/agt;', 'bar' =