Hey, I am trying to use this on a letter form. Is it possible to use to input from the dropdown in 2 different contentcontrols? For Example the dropdown is in a control called "Client" and then I have 2 content controls where the values from the dropdown is applied. One is called "Clientname", in this one the client name which is used in the dropdown already should be displayed again. The second contentcontrol should be called "ClientCode". In this one a client specific code should be shown.
So the value in the contentcontrol dropdown options should be something like this:
Bank1 | Code: 1234abcd
How to I apply this in the code from the first example?
|