Kentico 9 form macros and different notification recipient based on dropdown value
问题 I have a form field as a drop down (ReasonForMessage) with the data like this: email1@test.com;Reason One email2@test.com;Reason Two So user can select a reason, and then the notification would be send to address attached to that reason. If the Email Notification, for the recipient emails, how do i grab just them email portion with a macro. Is this correct? {% ReasonForMessage %} And how do i get the second part of the data, the actual Reason? I'm basing this on this article (https://devnet