I have a people registration form, where I have already registered her address, there was a need to be able to register more than one address for the same person at the time I am registering her, but I can not have a nested form inside one that only takes the address data, so what's the best way to do it? I want to have a button, which only takes the data that was typed in the address fields and register in the database, can I do that with a JQuery that would send the data to my people controller? I do not want to do something like the pop-up that appears to register the address, and I also do not want it redirected to another view, I wanted to take advantage of the same people registration view. I'm using partial views, and using different viewModels.