Matthimatiker / MolComponents

Library with use-at-will architecture that extends the functionality of Zend Framework 1. Main features: Improved bootstrapping with lazy loading of resources, declaration of request parameters as argument in controller actions, advanced form creation and validation, mail templates, lightweight controller testing.
Other
2 stars 0 forks source link

Create form plugin that avoids ID clashes #62

Closed Matthimatiker closed 11 years ago

Matthimatiker commented 11 years ago

If multiple forms use elements with the same name and these forms are rendered on the same page, then the same IDs are used twice.

Create a form plugin that prevents ID clashes.