I want to use the same form for edit which i used to create entry.
I want to edit data in the database. So i retrieve the data and want to show the data in zend form. I have some elements whose type is MultiSelect.
How can i highlight the specific form element data in the MultiSelect form element of zend form
I want to use the same form for edit which i used to create entry.