Hello I am thinking on rewriting a large form using zend_form. There is, however, an aspect that i need to consider, which is that in my application there are many different "levels" of user. There is a check on each form element to see if the user has the required level to be able to view the current form element. At the moment this is just a simple array / key check in a function, but i was wondering how to do this with zend_form - would i need to create a decorator, validator, filter? Then, how can i assign a user privilege to each form element within zend_form?
Thanks. -- View this message in context: http://www.nabble.com/restricting-element-visibility-with-zend_form-tp18666363p18666363.html Sent from the Zend Framework mailing list archive at Nabble.com.
