Hello,
I hvae 1 dropdown that has two options A and B, when selecting A, signature A should appear, when selecting B, signature B should be appear.
Right now this is the closest I can get:
if (this.rawValue=="A")
SIGA.presence="visible";
else
SIGA.presence="invisible";
I dont know how to add the && command to the script. In order to make Signature appear when selecting option B.
Can someone please help.
Kr,
Nancy