Form For Has_Many Related Data

I’m trying to figure out how to render a HAS_MANY form for a related model.

Example – a User has many Addresses. When creating or updating a user, I would like to be able to add one or more Addresses in the same form.

I’m using EActiveRecordRelationBehavior which seems to work fine on the model side, but not sure the best way of generating the form for adding one or more Addresses inside the User form.