Search code examples
zend-frameworkzend-form-sub-form

Zend Subform tutorial displaying forms in unaccurate order


I implemented the zend subform tutorial from here and the problem im having is on occassion it will display the second subform before the first. any ideas why this is happening?


Solution

  • From a brief look at the tutorial I would guess the session has not been cleared and still contains form data.