I am creating a solution to accommodate an insurance company, so I was wondering, while creating dependents to an account holder/user, would it be possible to create a record of these dependents on the “create account” page instead of creating a dependents module? Or is there an alternative way I can achieve this?
For that you will need to add custom fields to account module and include then on the EditView to replicate the fields on the dependent module and then create a Workflow or a LogicHook to create the records on the dependent module when the account is saved/created.