---- Nick
takeshin wrote:
I have two (or more) Zend_Forms of the same page. When I submit one of them, the other gets validated too. How to detect which one was submitted? Possible scenarios: - hidden field with unique name for each form - iterate all form elements and check for each if $_POST[$element->getName()] exists Any other sane solution?
