We have a form that we would like to send to multiple recipients. One recipient is static and the rest need to be added dynamically by the user filling out the form. They need the ability to add multiple recipients in addition to the one static recipient.
How would we go about doing this? We see that you can send a copy of the form to an address entered in an email address form item and we see that you can send to multiple recipients by creating a static list of comma separated list of addresses, but I do not see a way to handle a dynamic list of recipients that are entered by the form user. We tried putting a list of comma separated emails into an email input box, but that didn't work.
Thanks,
Brian