Just to confirm, You are suggesting that i add some kind of dropdown where a user can choose a number of emails he wants to enter (so i need to predefine the maximum number of those), then i need to manually add all those fields to the form (up to the max defined in previous step, like email-1, email-2, email3 …), and for each field add a condition to either show it or hide, based on the integer chosen in the dropdown?
Is there any way that i can keep the group field, extract those emails and insert it into some hidden field, as comma separated string? I am thinking i could have a snippet that gets the list of these emails, joins them with a comma and inserts them into {hidden-1}, and then i can simply pass the {hidden-1} as a recipient. Could You tell me how do it?