How To Embed EAV Model In Symfony2 Collection Form

Today we are going to embed EAV(Entity Attribute Value) model using Symfony2 Collection Form component. Collection Form in Symfony2 means that a specific form field needs to be used to take multiple values by duplicating the field as many times as needed. The above explained feature of Symfony2 was used to create dynamic generation & removal of specific form fields through …