Unfortunately, the username and password you have entered do not match!

Registration

Unfortunately, this username is already taken!

Unfortunately, this e-mail address is already used!

Please retype the verification code.

All fields are required

RSForm!Pro - How do I setup multiple recipients or recipients based on selection ?

How do I setup multiple recipients or recipients based on selection ?

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}

Note: The above example is for only one recipient. If you want multiple recipients, just enter them before the pipe (|), separated by a comma (,).
Feedback