XModPro

Use Dropdown DataTextField value in Email

Myron Weber Myron Weber asked Jul 12, 2017
Active Jul 13 · Viewed 2527 times
<p>I have a basic dropdown with: </p> <p>DataTextField="DisplayName" DataTextValue="UserID" </p> <p>In the SubmitCommand I am saving the UserID to the database, but in the email confirmation, I want to send the DisplayName (because obviously the UserID means nothing to the email recipient). But the Field token only passes the UserID. Any solution for this? </p>

1 Answer

Loading answers...