What is the difference between a zend form decorator and a view helper? I want to use some awesome Jquery plugins for my form but finding hard to understand about decorators and view helpers, for example the following is the Twitter bootstrap CSS framework's javascript plugins
This is a multiple option autocomplete.
How to use these elements in my form?, if I want to create a re-usable code, these will be decorators or helpers?
I am new to Zend, in real time zend projects, custom HTML forms are used or Zend_Form.The forms were already created by a designer and given to me.