K
kpldd
I am trying to have text entered automatically based upon the selection made
from a drop down list. Here is what I have so far:
Drop down list items are: Entity A, Entity B, and Entity C
dropdown1 is bookmark name automatically assigned to my drop down list
I have a form field that has the code:
{ IF dropdown1 = "Entity A" "A" "Not A" }
When "Entity A" is selected in the drop down list, I get "Not A" as a result
in my form field. I cannot seem to get "A" to be the result.
from a drop down list. Here is what I have so far:
Drop down list items are: Entity A, Entity B, and Entity C
dropdown1 is bookmark name automatically assigned to my drop down list
I have a form field that has the code:
{ IF dropdown1 = "Entity A" "A" "Not A" }
When "Entity A" is selected in the drop down list, I get "Not A" as a result
in my form field. I cannot seem to get "A" to be the result.