Email Recipient change in form according to Dropdown

Novice User asked on November 10, 2017 23:43

In my form I have a drop down. I want to send the email to a certain recipient based on the selected item of a drop down. I have defined value like these in form drop down

sport1@email.com:Sport1;Sport1

sport2@email.com:Sport2;Sport2

I want to display only Sport1 and Sport2 in the drop down for the user. How can i achieve this. I am using Kentico V8.2

Correct Answer

Brenden Kehren answered on November 11, 2017 00:08

Your dropdown item syntax is incorrect. It should look like this

sport1@email.com;Sport 1
sport2@email.com;Sport 2

The value is the email and the text is text "Sport 1".

Then in your notification emaul, use the name of your field in a macro like "{%FieldName%}"

0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.