API Questions on Kentico API.
Version 5.x > API > Creating Multiple Email address as "To" field in BizForms View modes: 
User avatar
Guest
ypanchal - 4/20/2012 9:57:50 AM
   
Creating Multiple Email address as "To" field in BizForms
Hello,

I have created Biz Forms and I need to store it as well as send it to multiple recipient based on the dropdown value. I can do abc@abc.com;Help as one option but how can I get multiple email addresses in the option value like abc@abc.com,xyz@xyz.com,txm@tmx.com;Help ?

Any suggestion?
Thanks,

User avatar
Member
Member
kentico_michal - 4/24/2012 3:19:09 AM
   
RE:Creating Multiple Email address as "To" field in BizForms
Hi,

You will need to use the second way of defining drop-down list values - the Sql query. You can create a custom table with two fields. One field would store the text whereas the second one would contain a list email addresses. This way, you can specify multiple email addresses.

Best regards,
Michal Legen