Hi, i have this issue:

have a form with several inputs, that form should be mapped to a class user i have. The thing is that the class user have an instance of a class Pacient inside and the data of the form must goe half to the User class and half to de Pacient.

Can i achieve this without creating two forms or a custom model and then setting the data to the other classes??

Thanks

Reply via email to