Hi,

Has anyone ever tried to insert a non form field element into Zend Form?

I have a form that includes file uploads and I need to cause the uploaded
files to be listed inside the form after they have been added, much like a
webmail application. I can do that using Javascript by finding the parent of
a form field and inserting a new container element to which I can add text,
however I would like to be able to do this using Zend Form.

Is there a way to add a <div> or some other element to a form, as one would
add a form element, without creating a new Zend Form Element?

Thanks!
James

Reply via email to