I would like to go about creating a multi-page form that changes based on options that are selected on previous pages of the form.
I want to use Zend_Form
, and I know JavaScript will be in charge of making the different form fields appear/disappear, but I don't know how the two will work together exactly.
My question is how to get started creating this kind of form with Zend_Form
and JavaScript? I am familiar with jQuery, so if there is a jQuery plugin that helps with this, let me know.