Just a quick question if someone already has this setup or has some kind of source code on the Internet.
I want to add some javascript validation to some Zend forms. The direct approach is to write javascript itself, but let me say that it takes a lot of time (and this is not the code that you really want to write all day).
I am wondering if someone wrote some decorators or looked at helpers to automatically generate this validation javascript?
Something using jquery.validate would be great.
If I do not rely, I am going to spend 20 hours to do it myself; -)
source share