Is there a way you can use a value from a dropdown-box directly in the formular?
The reason I ask, is that I am trying to create a dropdown-box, with three different contacts, and thereby three different email-adresses. When one creates a formular, you have to type in a reciepient. I would like that to be the value of the dropdown-box, so if the user choses contact 1, an email gets sent to contact 1 and if contact 2 is selected an email is sent to contact 2.
Is this possible?
You have to give the dropdown-box a system-name, so one must be able to access the value by using this name. I would imagine that you would have to type in something like
!--@FormToEmailValue[systemname]--
Or something simular...
- Lars Britz