To setup multiple recipients, just go to the desired email tab (User Email or Admin Email) and enter multiple recipients separated by a comma (,) like this:
john.dorian@mywebsite.com,webmaster@mywebsite.com,postmaster@mywebsite.com
If you want to setup a recipient based on user's selection, try this:
Let's assume that your radio group form component is named "radio". The items of this form component will have to look similar to this:
john.dorian@mywebsite.com|John Dorian webmaster@mywebsite.com|Webmaster Account postmaster@mywebsite.com|Postmaster Account
In the "Admin Email" tabs, just fill in the "To" field with the following syntax:
{radio:value}






