Dynamic value of the field not showing the CONDITIONAL_VALUE from the smart list, showing KEY_VALUE instead
In my form, the first filed requires a user to choose their name from the predefined list of names. Field name: employee. In the conditional_value of each of the list rows i set their corresponding email.
Now, in my "email to" field I set the dynamic value to employee instead of showing the conditional value (email) it shows the default value, which is number.
How do I change this? It seemed to work automatically at first then stopped.
-
BEtter late than then never
Can you not do ZCDisplayKey_employee on the email field?
That should pull that info out for you
That’s presuming your list isLabel 1: employer 1
Key 1: employer1@email.comAlternatively you can push some java script functions to do that but depending on how big your list is utilising the ZCDisplays going to be quicker and a better bet.
Hope that helps
Please sign in to leave a comment.
Comments
1 comment