PUGX / PUGXMultiUserBundle

An extension for FOSUserBundle to handle users of different types. Compatible with Doctrine ORM.
163 stars 96 forks source link

Registration Form Embedded #152

Open AlterB opened 7 years ago

AlterB commented 7 years ago

Hi, I have two type of user: CustomerUser and ShopUser. ShopUser has a OneToMany relationship to Location(address,city). I need to save all data to tables (shop and location) from only RegistrationShopUserFormType. How can i do this with PUGX?

I've tried to use Form embedded and form collection, but I hasn't a good result. Have you got any idea?